From 146b4661f432090341727edf0f3267cd543b0860 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Sat, 21 Oct 2017 19:13:41 +0100 Subject: [PATCH] Readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9b855a..1db5b3c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# monadic-optional -Work in progress implementation of std::optional with monadic extensions +# optional +Work in progress implementation of std::optional with extensions -[![Linux Build Status](https://travis-ci.org/TartanLlama/monadic-optional.png?branch=master)](https://travis-ci.org/TartanLlama/monadic-optional) +Clang + GCC: [![Linux Build Status](https://travis-ci.org/TartanLlama/monadic-optional.png?branch=master)](https://travis-ci.org/TartanLlama/monadic-optional) +MSVC: [![Windows Build Status](https://ci.appveyor.com/api/projects/status/mjorfcw3akhknnio?svg=true)](https://ci.appveyor.com/project/TartanLlama/monadic-optional) ### Compiler support @@ -12,3 +13,5 @@ Tested on: - g++ 7.2 - g++ 5.4 - g++ 4.8.5 +- MSVC 2015 +- MSVC 2017