BOOST_NO_EXCEPTIONS patch from Alberto Barbati <abarbati@iaanus.com>

[SVN r16219]
This commit is contained in:
Dave Abrahams
2002-11-13 04:49:56 +00:00
parent 2ca6ac7df2
commit b09fd33660

View File

@@ -35,6 +35,10 @@
# define BOOST_NO_INTRINSIC_WCHAR_T
#endif
#if !__option(exceptions)
# define BOOST_NO_EXCEPTIONS
#endif
# if __MWERKS__ == 0x3000
# define BOOST_COMPILER_VERSION 8.0
# elif __MWERKS__ == 0x3001