From f7a04f2643eca6ced55ab7de00c8bd89232eb2a4 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Sat, 21 Oct 2017 21:57:59 +0100 Subject: [PATCH] Compiler support --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 36cac44..83f1b66 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,24 @@ The interface is the same as `std::optional`, but the following member functions Tested on: -- clang 3.9 -- clang 3.8 -- g++ 7.2 -- g++ 5.4 -- g++ 4.8.5 -- MSVC 2015 -- MSVC 2017 +- Travis continuous integration + * clang 3.9 + * clang 3.8 + * clang 3.7 + * clang 3.6 + * g++ 5.0 +- Appveyor continuous integration + * MSVC 2015 + * MSVC 2017 +- Manual + * g++ 7.2 + * g++ 5.4 + +Unsupported, but planning to support: + +- g++ 4.9 +- g++ 4.8 + ### Dependencies