/home/ntakagi/work/STLport-5.1.5/stlport/stl/config/_epilog.h

Go to the documentation of this file.
00001 #if defined (_STLP_MSVC) || defined (__ICL) || defined (__BORLANDC__)
00002 
00003 #if defined (__BORLANDC__)
00004 #  pragma option pop
00005 #  pragma option -w-pow     // -w-8062 Previous options and warnings not restored
00006 #else
00007 #  if !(defined (_STLP_MSVC) && (_STLP_MSVC < 1200))
00008 #    pragma warning (pop)
00009 #  endif
00010 #  pragma pack (pop)
00011 #endif
00012 
00013 #elif defined (__sgi) && !defined (__GNUC__) && (_MIPS_SIM != _MIPS_SIM_ABI32)
00014 
00015 #  pragma reset woff 1174
00016 #  pragma reset woff 1375
00017 #  pragma reset woff 1209
00018 /* from iterator_base.h */
00019 #  pragma reset woff 1183
00020 
00021 #elif defined (__DECCXX)
00022 
00023 #  ifdef __PRAGMA_ENVIRONMENT
00024 #    pragma __environment __restore
00025 #  endif
00026 
00027 #elif defined (__IBMCPP__)
00028 
00029 #  pragma info(restore)
00030 
00031 #endif
00032 



Generated on Mon Mar 10 15:32:21 2008 by  doxygen 1.5.1