mirror of
https://github.com/boostorg/container.git
synced 2026-08-19 10:43:25 +02:00
Use new lightweight_test header that disables some annoying warnings from the standard library in MSVC
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4530) // C++ exception handler used, but unwind semantics are not enabled
|
||||
#endif
|
||||
|
||||
#include <boost/container/vector.hpp>
|
||||
#include <boost/container/string.hpp>
|
||||
#include <string>
|
||||
@@ -26,7 +30,7 @@
|
||||
#include "comparison_test.hpp"
|
||||
#include "../../intrusive/test/iterator_test.hpp"
|
||||
#include <boost/utility/string_view.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#include "lightweight_test.hpp"
|
||||
#include <boost/core/lightweight_test_trait.hpp>
|
||||
#if BOOST_CXX_VERSION >= 201103L
|
||||
#include <boost/functional/hash.hpp>
|
||||
|
||||
Reference in New Issue
Block a user