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