]> git.buserror.net Git - polintos/scott/priv.git/blob - include/c++/stl/stl/config/_epilog.h
Add STLport 5.1.4
[polintos/scott/priv.git] / include / c++ / stl / stl / config / _epilog.h
1 #if defined (_STLP_MSVC) || defined (__ICL) || defined (__BORLANDC__)
2
3 #if defined (__BORLANDC__)
4 #  pragma option pop
5 #  pragma option -w-pow     // -w-8062 Previous options and warnings not restored
6 #else
7 #  if !(defined (_STLP_MSVC) && (_STLP_MSVC < 1200))
8 #    pragma warning (pop)
9 #  endif
10 #  pragma pack (pop)
11 #endif
12
13 #elif defined (__sgi) && !defined (__GNUC__) && (_MIPS_SIM != _MIPS_SIM_ABI32)
14
15 #  pragma reset woff 1174
16 #  pragma reset woff 1375
17 #  pragma reset woff 1209
18 /* from iterator_base.h */
19 #  pragma reset woff 1183
20
21 #elif defined (__DECCXX)
22
23 #  ifdef __PRAGMA_ENVIRONMENT
24 #    pragma __environment __restore
25 #  endif
26
27 #elif defined (__IBMCPP__)
28
29 #  pragma info(restore)
30
31 #endif
32