mirror of
https://github.com/TartanLlama/optional.git
synced 2025-08-01 02:44:27 +02:00
Readme
This commit is contained in:
@@ -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
|
||||
|
||||
[](https://travis-ci.org/TartanLlama/monadic-optional)
|
||||
Clang + GCC: [](https://travis-ci.org/TartanLlama/monadic-optional)
|
||||
MSVC: [](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
|
||||
|
Reference in New Issue
Block a user