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