File tree Expand file tree Collapse file tree
include/boost/serialization Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444// Boost Variant2 supports all C++ versions back to C++11
4545#if BOOST_CXX_VERSION >= 201103L
4646#include < boost/variant2/variant.hpp>
47- #include < type_traits>
4847#endif
4948
50- // Boost Variant2 supports all C++ versions back to C++11
49+ // std::variant supports all C++ versions back to C++11
5150#ifndef BOOST_NO_CXX17_HDR_VARIANT
5251#include < variant>
53- // #include <type_traits>
5452#endif
5553
5654#include < boost/archive/archive_exception.hpp>
Original file line number Diff line number Diff line change 1717//
1818// See http://www.boost.org for updates, documentation, and revision history.
1919//
20- // Widely inspired form boost::variant serialization
20+ // Widely inspired from boost::variant serialization
2121//
2222
2323#include < boost/serialization/throw_exception.hpp>
Original file line number Diff line number Diff line change 1515 echo " threading=single,multi"
1616 echo " -sBOOST_ARCHIVE_LIST=<archive name>"
1717else
18- bjam --dump-tests variant=profile preserve-test-targets=on $@ > bjam .log 2>&1
19- process_jam_log --v2 < bjam .log
18+ b2 --dump-tests variant=profile preserve-test-targets=on $@ > b2 .log 2>&1
19+ process_jam_log --v2 < b2ls .log
2020
2121 # for each test directory
2222
You can’t perform that action at this time.
0 commit comments