mirror of
https://github.com/TartanLlama/optional.git
synced 2025-07-30 18:07:15 +02:00
Compiler support
This commit is contained in:
25
README.md
25
README.md
@ -70,13 +70,24 @@ The interface is the same as `std::optional`, but the following member functions
|
|||||||
|
|
||||||
Tested on:
|
Tested on:
|
||||||
|
|
||||||
- clang 3.9
|
- Travis continuous integration
|
||||||
- clang 3.8
|
* clang 3.9
|
||||||
- g++ 7.2
|
* clang 3.8
|
||||||
- g++ 5.4
|
* clang 3.7
|
||||||
- g++ 4.8.5
|
* clang 3.6
|
||||||
- MSVC 2015
|
* g++ 5.0
|
||||||
- MSVC 2017
|
- Appveyor continuous integration
|
||||||
|
* MSVC 2015
|
||||||
|
* MSVC 2017
|
||||||
|
- Manual
|
||||||
|
* g++ 7.2
|
||||||
|
* g++ 5.4
|
||||||
|
|
||||||
|
Unsupported, but planning to support:
|
||||||
|
|
||||||
|
- g++ 4.9
|
||||||
|
- g++ 4.8
|
||||||
|
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user