diff --git a/README.md b/README.md index 8ff38fb..bd66b59 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ my_struct has 2 fields: {"Das ist fantastisch!", 100} ### Requirements and Limitations General: -* C++14 compatible compiler (GCC-5.0+, Clang, MSVC with /std:c++latest or /std:c++17, ...) +* C++14 compatible compiler (GCC-5.0+, Clang, Visual Studio 2017 with /std:c++latest or /std:c++17, ...) * Static variables are ignored * T must be constexpr aggregate initializable and must not contain references nor bitfields diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index e929e7b..03076d7 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -10,6 +10,7 @@ project : requirements msvc:"/std:c++latest" msvc:BOOST_PFR_USE_CPP17=1 + BOOST_PFR_DETAIL_STRICT_RVALUE_TESTING=1 ; local DISABLE_ON_MSVC = msvc:no ;