Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 4237137

Browse files
Fix PFR errors by switching to use cpp17
1 parent 5de78ea commit 4237137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/boost/include/boost/pfr/detail/config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# define BOOST_PFR_USE_LOOPHOLE 1
2525
#endif
2626

27-
#define BOOST_PFR_USE_CPP17 0
27+
#define BOOST_PFR_USE_CPP17 1
2828

2929
#ifndef BOOST_PFR_USE_CPP17
3030
# ifdef __cpp_structured_bindings

tests/unit/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include( EosioCDTMacros )
66
add_native_executable( asset_tests asset_tests.cpp )
77
add_native_executable( binary_extension_tests binary_extension_tests.cpp )
88
add_native_executable( crypto_tests crypto_tests.cpp )
9-
#add_native_executable( datastream_tests datastream_tests.cpp )
9+
add_native_executable( datastream_tests datastream_tests.cpp )
1010
add_native_executable( fixed_bytes_tests fixed_bytes_tests.cpp )
1111
add_native_executable( name_tests name_tests.cpp )
1212
add_native_executable( rope_tests rope_tests.cpp )

0 commit comments

Comments
 (0)