summaryrefslogtreecommitdiff
path: root/boost/container/detail/config_begin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/config_begin.hpp')
-rw-r--r--boost/container/detail/config_begin.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/container/detail/config_begin.hpp b/boost/container/detail/config_begin.hpp
index 3f509e320b..7e3e03fa64 100644
--- a/boost/container/detail/config_begin.hpp
+++ b/boost/container/detail/config_begin.hpp
@@ -25,6 +25,7 @@
#pragma warning (disable : 4267) // conversion from "X" to "Y", possible loss of data
#pragma warning (disable : 4275) // non DLL-interface classkey "identifier" used as base for DLL-interface classkey "identifier"
#pragma warning (disable : 4284) // odd return type for operator->
+ #pragma warning (disable : 4290) // C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
#pragma warning (disable : 4324) // structure was padded due to __declspec(align(
#pragma warning (disable : 4345) // behavior change: an object of POD type constructed with an initializer of the form () will be default-initialized
#pragma warning (disable : 4355) // "this" : used in base member initializer list