summaryrefslogtreecommitdiff
path: root/boost/exception/all.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/exception/all.hpp')
-rw-r--r--boost/exception/all.hpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/boost/exception/all.hpp b/boost/exception/all.hpp
index 32eb15051f..58b02d00c1 100644
--- a/boost/exception/all.hpp
+++ b/boost/exception/all.hpp
@@ -5,13 +5,8 @@
#ifndef UUID_316FDA946C0D11DEA9CBAE5255D89593
#define UUID_316FDA946C0D11DEA9CBAE5255D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
-#pragma GCC system_header
-#endif
-#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
-#pragma warning(push,1)
-#endif
+#include <boost/config.hpp>
#include <boost/exception/diagnostic_information.hpp>
#include <boost/exception/error_info.hpp>
#include <boost/exception/exception.hpp>
@@ -29,8 +24,4 @@
#include <boost/exception/errinfo_nested_exception.hpp>
#include <boost/exception_ptr.hpp>
#endif
-
-#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
-#pragma warning(pop)
-#endif
#endif