1 #ifndef CPPUNIT_PORTABILITY_CPPUNITVECTOR_H
2 #define CPPUNIT_PORTABILITY_CPPUNITVECTOR_H
10 #if CPPUNIT_STD_NEED_ALLOCATOR
13 class CppUnitVector :
public std::vector<T,CPPUNIT_STD_ALLOCATOR>
18 #else // CPPUNIT_STD_NEED_ALLOCATOR
20 #define CppUnitVector std::vector
24 #endif // CPPUNIT_PORTABILITY_CPPUNITVECTOR_H
#define CppUnitVector
Definition: CppUnitVector.h:20