Use new lightweight_test header that disables some annoying warnings from the standard library in MSVC

This commit is contained in:
Ion Gaztañaga
2026-08-07 00:36:17 +02:00
parent 953dd3c593
commit 02643e91c1
47 changed files with 81 additions and 46 deletions
+5 -1
View File
@@ -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>