We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e5a5d commit c4cfad7Copy full SHA for c4cfad7
include/boost/container/detail/config_begin.hpp
@@ -41,6 +41,7 @@
41
#pragma warning (disable : 4671) // the copy constructor is inaccessible
42
#pragma warning (disable : 4673) // throwing '' the following types will not be considered at the catch site
43
#pragma warning (disable : 4675) // "method" should be declared "static" and have exactly one parameter
44
+ #pragma warning (disable : 4702) // unreachable code
45
#pragma warning (disable : 4706) // assignment within conditional expression
46
#pragma warning (disable : 4710) // function not inlined
47
#pragma warning (disable : 4714) // "function": marked as __forceinline not inlined
0 commit comments