2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Made tests more strict and updated MSVC bersion in readme

This commit is contained in:
Antony Polukhin
2017-10-20 16:45:55 +03:00
parent 72b69d3288
commit 1bdc6cae9b
2 changed files with 2 additions and 1 deletions

View File

@@ -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