Skip to content

Commit 098bcad

Browse files
committed
Sync from upstream.
2 parents 6b64c89 + a32906b commit 098bcad

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

include/boost/serialization/variant.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@
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>

include/boost/serialization/variant2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

performance/profile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ then
1515
echo " threading=single,multi"
1616
echo " -sBOOST_ARCHIVE_LIST=<archive name>"
1717
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
2020

2121
# for each test directory
2222

0 commit comments

Comments
 (0)