summaryrefslogtreecommitdiff
path: root/boost/interprocess/detail/config_begin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/interprocess/detail/config_begin.hpp')
-rw-r--r--boost/interprocess/detail/config_begin.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/interprocess/detail/config_begin.hpp b/boost/interprocess/detail/config_begin.hpp
index 559331ab32..a72f6df1fe 100644
--- a/boost/interprocess/detail/config_begin.hpp
+++ b/boost/interprocess/detail/config_begin.hpp
@@ -44,4 +44,5 @@
// with /GR-; unpredictable behavior may result
#pragma warning (disable : 4673) // throwing '' the following types will not be considered at the catch site
#pragma warning (disable : 4671) // the copy constructor is inaccessible
+ #pragma warning (disable : 4250) // inherits 'x' via dominance
#endif