Update readme

This commit is contained in:
Simon Brand
2017-11-06 08:51:33 +00:00
parent 39030e6a00
commit d9ce8cf5c5

View File

@ -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)