From ade7bb9d0cb1c5e0b31e0bb61ca12bbcb00a7118 Mon Sep 17 00:00:00 2001 From: Flamefire Date: Thu, 20 Oct 2022 08:57:03 +0000 Subject: [PATCH] Include 'Update docs regarding C++11 usage' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f981f..c8c6731 100644 --- a/README.md +++ b/README.md @@ -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)