mirror of
https://github.com/TartanLlama/expected.git
synced 2025-08-03 19:04:29 +02:00
Update readme
This commit is contained in:
38
README.md
38
README.md
@@ -1,3 +1,39 @@
|
||||
# expected
|
||||
Single header, work-in-progress implementation of `std::expected` with functional-style extensions.
|
||||
|
||||
Work-in-progress implementation of `std::expected` with functional-style extensions
|
||||
Clang + GCC: [](https://travis-ci.org/TartanLlama/expected)
|
||||
MSVC: [](https://ci.appveyor.com/project/TartanLlama/expected)
|
||||
|
||||
Full documentation available at [expected.tartanllama.xyz](https://expected.tartanllama.xyz)
|
||||
|
||||
### Compiler support
|
||||
|
||||
Tested on:
|
||||
|
||||
- Linux CI
|
||||
* clang 3.9
|
||||
* clang 3.8
|
||||
* clang 3.7
|
||||
* clang 3.6
|
||||
* clang 3.5
|
||||
* g++ 5.0
|
||||
* g++ 4.9
|
||||
* g++ 4.8
|
||||
- Windows CI
|
||||
* MSVC 2015
|
||||
* MSVC 2017
|
||||
- Linux manual
|
||||
* g++ 7.2
|
||||
* g++ 5.4
|
||||
|
||||
### Dependencies
|
||||
|
||||
Requires [Standardese](https://github.com/foonathan/standardese) for generating documentation.
|
||||
|
||||
Requires [Catch](https://github.com/philsquared/Catch) for testing. This is bundled in the test directory.
|
||||
|
||||
----------
|
||||
|
||||
[]("http://creativecommons.org/publicdomain/zero/1.0/")
|
||||
|
||||
To the extent possible under law, [Simon Brand](https://twitter.com/TartanLlama) has waived all copyright and related or neighboring rights to the `optional` library. This work is published from: United Kingdom.
|
||||
|
Reference in New Issue
Block a user