added #error in headers incompatible with BOOST_NO_EXCEPTIONS

[SVN r50887]
This commit is contained in:
Emil Dotchevski 2009-01-30 00:06:01 +00:00
parent 6725719bd9
commit 0282c8a141

View File

@ -12,6 +12,8 @@
#include <boost/exception/get_error_info.hpp>
#include <boost/exception/info.hpp>
#include <boost/exception/info_tuple.hpp>
#ifndef BOOST_NO_EXCEPTIONS
#include <boost/exception_ptr.hpp>
#endif
#endif