6#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
16#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
17# if defined (_STLP_USE_NAMESPACES)
25# if defined (_STLP_USE_NAMESPACES)
33#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
64#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
65# if defined (_STLP_USE_NAMESPACES)
73# if defined (_STLP_USE_NAMESPACES)
90 vector<MovableStruct> vect;
99# if !defined (_STLP_NO_MOVE_SEMANTIC)
106#elif !defined (_MSC_VER)
126 vector<MovableStruct>
v2 = vect;
134 vect.insert(vect.begin() + 2,
v2.begin(),
v2.end() );
138#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
148 vect.erase(vect.begin(), vect.begin() + 2 );
151#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
160 vect.erase(vect.end() - 2, vect.end());
167 vect.erase(vect.begin());
170#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
189 vector<CompleteMovableStruct> vect;
198# if !defined (_STLP_NO_MOVE_SEMANTIC)
206#elif !defined (_MSC_VER)
226 vector<CompleteMovableStruct>
v2 = vect;
234 vect.insert(vect.begin() + 2,
v2.begin(),
v2.end());
238#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
248 vect.erase(vect.begin(), vect.begin() + 2);
251#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
259 vect.erase(vect.end() - 2, vect.end());
266 vect.erase(vect.begin());
269#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
324#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
336#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
350#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
362#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
418#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
429#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
440#if defined (STLPORT) && !defined (_STLP_NO_MOVE_SEMANTIC)
void move_traits_deq_complete()
void move_traits_vec_complete()
iterator erase(iterator __pos)
iterator insert(iterator __pos, const value_type &__x=_STLP_DEFAULT_CONSTRUCTED(_Tp))
void push_back(const value_type &__t=_STLP_DEFAULT_CONSTRUCTED(_Tp))
#define CPPUNIT_ASSERT_EQUAL(X, Y)
#define CPPUNIT_ASSERT(X)
#define _STLP_TEMPLATE_NULL
GLfloat GLfloat GLfloat v2
static size_t nb_destruct_call
static size_t nb_mv_construct_call
static size_t nb_assignment_call
static size_t nb_cpy_construct_call
CompleteMovableStruct(CompleteMovableStruct const &)
CompleteMovableStruct & operator=(const CompleteMovableStruct &)
static size_t nb_dft_construct_call
static size_t nb_dft_construct_call
static size_t nb_mv_construct_call
static size_t nb_cpy_construct_call
static size_t nb_destruct_call
static size_t nb_assignment_call