Show
Ignore:
Timestamp:
04/04/08 03:02:50 (9 months ago)
Author:
gary
Message:

merge of r1913-1915 on mainline

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/c08_branch/source/container_classes.h

    r1912 r1916  
    17131713#endif 
    17141714 
     1715#ifdef _MSC_VER 
     1716/* disable "'extern' before template explicit instantiation" */ 
     1717#       pragma warning( disable : 4231 ) 
     1718#endif 
     1719 
    17151720// on Mac systems these instantiations need to be extern in order to avoid duplicate symbols 
    17161721#define INSTANTIATE_MULTI_ARR( TYPE, LAYOUT, BC ) \