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)