\
protected:\
\
- inline void quick_sort(int low, int hi) \
+ inline void quick_sort(int WXUNUSED(low), int WXUNUSED(hi)) \
{\
}\
\
\
inline const_reference back() const { return (*(mpEnd-1)); }\
\
- inline void reserve(size_type n) {}\
+ inline void reserve(size_type WXUNUSED(n)) {}\
\
inline void push_back(const value_type& x)\
{\
\
protected:\
\
- inline void quick_sort(int low, int hi) \
+ inline void quick_sort(int WXUNUSED(low), int WXUNUSED(hi)) \
{\
}\
\
- inline void DestructRange( iterator first, iterator last )\
+ inline void DestructRange( iterator WXUNUSED(first), iterator WXUNUSED(last))\
{\
}\
\
\
inline const_reference back() const { return (*(mpEnd-1)); }\
\
- inline void reserve(size_type n) {}\
+ inline void reserve(size_type WXUNUSED(n)) {}\
\
inline void push_back(const value_type& x)\
{\