forked from TartanLlama/optional
Readme
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
# monadic-optional
|
# optional
|
||||||
Work in progress implementation of std::optional with monadic extensions
|
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
|
### Compiler support
|
||||||
|
|
||||||
@@ -12,3 +13,5 @@ Tested on:
|
|||||||
- g++ 7.2
|
- g++ 7.2
|
||||||
- g++ 5.4
|
- g++ 5.4
|
||||||
- g++ 4.8.5
|
- g++ 4.8.5
|
||||||
|
- MSVC 2015
|
||||||
|
- MSVC 2017
|
||||||
|
Reference in New Issue
Block a user