Compiler support

This commit is contained in:
Simon Brand
2017-10-11 19:09:06 +01:00
parent 519c110740
commit 427aeebda1
2 changed files with 10 additions and 2 deletions

View File

@@ -2,3 +2,13 @@
Work in progress implementation of std::optional with monadic extensions
[![Linux Build Status](https://travis-ci.org/TartanLlama/monadic-optional.png?branch=master)](https://travis-ci.org/TartanLlama/monadic-optional)
### Compiler support
Tested on:
- clang 3.9
- clang 3.8
- g++ 7.2
- g++ 5.4
- g++ 4.8.5