Update boost/detail includes

This commit is contained in:
Peter Dimov
2024-01-04 17:30:08 +02:00
parent 021826f2a9
commit 5a68a35866
5 changed files with 4 additions and 45 deletions

View File

@@ -18,18 +18,7 @@
//
#include <boost/mem_fn.hpp>
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)
#endif
#include <iostream>
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(pop)
#endif
#include <boost/detail/lightweight_test.hpp>
#include <boost/core/lightweight_test.hpp>
struct X
{