File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
include/boost/serialization Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 44
44
// Boost Variant2 supports all C++ versions back to C++11
45
45
#if BOOST_CXX_VERSION >= 201103L
46
46
#include < boost/variant2/variant.hpp>
47
- #include < type_traits>
48
47
#endif
49
48
50
- // Boost Variant2 supports all C++ versions back to C++11
49
+ // std::variant supports all C++ versions back to C++11
51
50
#ifndef BOOST_NO_CXX17_HDR_VARIANT
52
51
#include < variant>
53
- // #include <type_traits>
54
52
#endif
55
53
56
54
#include < boost/archive/archive_exception.hpp>
Original file line number Diff line number Diff line change 17
17
//
18
18
// See http://www.boost.org for updates, documentation, and revision history.
19
19
//
20
- // Widely inspired form boost::variant serialization
20
+ // Widely inspired from boost::variant serialization
21
21
//
22
22
23
23
#include < boost/serialization/throw_exception.hpp>
Original file line number Diff line number Diff line change 15
15
echo " threading=single,multi"
16
16
echo " -sBOOST_ARCHIVE_LIST=<archive name>"
17
17
else
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
20
20
21
21
# for each test directory
22
22
You can’t perform that action at this time.
0 commit comments