Fixed Borland warning suppression.

Changed config to use BOOST_HAS_DECLSPEC


[SVN r19781]
This commit is contained in:
John Maddock
2003-08-26 10:49:41 +00:00
parent 2e1ed31f34
commit 51ef8177d3
7 changed files with 58 additions and 36 deletions

View File

@ -266,10 +266,6 @@ inline int (toupper)(int i)
using ::toupper;
#endif
#ifdef __BORLANDC__
#pragma option pop
#endif
#else
#undef memcmp
@ -298,6 +294,11 @@ using ::toupper;
#endif
#ifdef __BORLANDC__
#pragma option pop
#endif
} // namespace std
#endif // __sgi