Changeset 1916 for branches/c08_branch/source/container_classes.h
- Timestamp:
- 04/04/08 03:02:50 (9 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/container_classes.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/container_classes.h
r1912 r1916 1713 1713 #endif 1714 1714 1715 #ifdef _MSC_VER 1716 /* disable "'extern' before template explicit instantiation" */ 1717 # pragma warning( disable : 4231 ) 1718 #endif 1719 1715 1720 // on Mac systems these instantiations need to be extern in order to avoid duplicate symbols 1716 1721 #define INSTANTIATE_MULTI_ARR( TYPE, LAYOUT, BC ) \
