From d9ce8cf5c56e07ab71a06419dfc7a5cac0f7ec60 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Mon, 6 Nov 2017 08:51:33 +0000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a0c8ee..d14d934 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # optional -Single header, work-in-progress implementation of `std::optional` with functional-style extensions. +Single header implementation of `std::optional` with functional-style extensions. Clang + GCC: [![Linux Build Status](https://travis-ci.org/TartanLlama/optional.png?branch=master)](https://travis-ci.org/TartanLlama/optional) MSVC: [![Windows Build Status](https://ci.appveyor.com/api/projects/status/k5x00xa11y3s5wsg?svg=true)](https://ci.appveyor.com/project/TartanLlama/optional)