Replace BOOST_NO_EXCEPTIONS support which had got lost in the last checkin.

[SVN r13355]
This commit is contained in:
John Maddock
2002-04-03 10:29:32 +00:00
parent f60564c3fc
commit 1c7875b8f3

View File

@ -60,6 +60,13 @@
# define BOOST_NO_INTRINSIC_WCHAR_T # define BOOST_NO_INTRINSIC_WCHAR_T
#endif #endif
//
// check for exception handling support:
#ifndef _CPPUNWIND
# define BOOST_NO_EXCEPTIONS
#endif
#define BOOST_COMPILER "Microsoft Visual C++ version " BOOST_STRINGIZE(_MSC_VER) #define BOOST_COMPILER "Microsoft Visual C++ version " BOOST_STRINGIZE(_MSC_VER)
// //
@ -78,3 +85,4 @@
# endif # endif
#endif #endif