#include <memory.h>
#include <string.h> // imports memmove()
#include <stddef.h>
-#include <sys/types.h>
+#if !defined(__WXMAC__) || defined(__DARWIN__)
+# include <sys/types.h>
+#endif
#include <limits.h>
#include <new>
\
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)\
{\