2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-02-02 21:12:11 +00:00

Include 'Update docs regarding C++11 usage'

This commit is contained in:
Flamefire
2022-10-20 08:57:03 +00:00
parent ec5a2eb4d3
commit ade7bb9d0c

View File

@@ -29,9 +29,10 @@ This is different to the version available prior to the inclusion in Boost.
### Requirements (All versions)
* C++11 (or higher) compatible compiler
* **C++11** (or higher) compatible compiler
* MSVC 2015 and up work
* libstdc++ < 5 is unsupported as it is silently lacking C++11 features
* When building with B2 pass e.g. `cxxstd=11` if your compiler defaults to C++03
### Requirements (Boost version)