Avoid redefinition of BOOST_NO_EXCEPTIONS; fixes #6740

[SVN r77643]
This commit is contained in:
Michel Morin
2012-03-30 12:51:49 +00:00
parent f52f0273a9
commit 33437e724e

View File

@ -8,8 +8,7 @@
// Clang compiler setup.
#if __has_feature(cxx_exceptions) && !defined(BOOST_NO_EXCEPTIONS)
#else
#if !__has_feature(cxx_exceptions) && !defined(BOOST_NO_EXCEPTIONS)
# define BOOST_NO_EXCEPTIONS
#endif