Skip to content

Commit e92de84

Browse files
committed
r25 | charles.nicholson | 2010-03-22 14:01:16 -0500 (Mon, 22 Mar 2010) | 1 line
add vs2008 solution + vcproj files
1 parent e427201 commit e92de84

File tree

4 files changed

+1226
-1
lines changed

4 files changed

+1226
-1
lines changed

src/HelperMacros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define UNITTEST_STDVECTOR_LINKAGE(T) \
2929
__pragma(warning(push)) \
3030
__pragma(warning(disable:4231)) \
31-
UNITTEST_IMPEXP_TEMPLATE template class UNITTEST_LINKAGE std::allocator < T >; \
31+
UNITTEST_IMPEXP_TEMPLATE template class UNITTEST_LINKAGE std::allocator< T >; \
3232
UNITTEST_IMPEXP_TEMPLATE template class UNITTEST_LINKAGE std::vector< T >; \
3333
__pragma(warning(pop))
3434
#else

0 commit comments

Comments
 (0)