Sync from upstream.

This commit is contained in:
Rene Rivera
2024-04-10 07:56:24 -05:00
3 changed files with 4 additions and 6 deletions

View File

@@ -44,13 +44,11 @@
// Boost Variant2 supports all C++ versions back to C++11
#if BOOST_CXX_VERSION >= 201103L
#include <boost/variant2/variant.hpp>
#include <type_traits>
#endif
// Boost Variant2 supports all C++ versions back to C++11
// std::variant supports all C++ versions back to C++11
#ifndef BOOST_NO_CXX17_HDR_VARIANT
#include <variant>
//#include <type_traits>
#endif
#include <boost/archive/archive_exception.hpp>

View File

@@ -17,7 +17,7 @@
//
// See http://www.boost.org for updates, documentation, and revision history.
//
// Widely inspired form boost::variant serialization
// Widely inspired from boost::variant serialization
//
#include <boost/serialization/throw_exception.hpp>

View File

@@ -15,8 +15,8 @@ then
echo " threading=single,multi"
echo " -sBOOST_ARCHIVE_LIST=<archive name>"
else
bjam --dump-tests variant=profile preserve-test-targets=on $@ >bjam.log 2>&1
process_jam_log --v2 <bjam.log
b2 --dump-tests variant=profile preserve-test-targets=on $@ >b2.log 2>&1
process_jam_log --v2 <b2ls.log
# for each test directory