File tree Expand file tree Collapse file tree 2 files changed +4
-86
lines changed
Expand file tree Collapse file tree 2 files changed +4
-86
lines changed Original file line number Diff line number Diff line change 11# optional lite: A single-file header-only version of a C++17-like optional, a nullable object for C++98, C++11 and later
22
3- [](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [](https://opensource.org/licenses/BSL-1.0) [](https://github.com/martinmoene/optional-lite/actions/workflows/ci.yml) [](https://ci.appveyor.com/project/martinmoene/optional-lite) [](https://github.com/martinmoene/optional-lite/releases) [](https://raw.githubusercontent.com/martinmoene/optional-lite/master/include/nonstd/optional.hpp) [](https://conan.io/center/optional-lite) [](https://vcpkg.link/ports/optional-lite) [](https://wandbox.org/permlink/bfZdDT4WerPNZi6b) [](https://godbolt.org/z/3tecRa)
3+ [](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [](https://opensource.org/licenses/BSL-1.0) [](https://github.com/martinmoene/optional-lite/actions/workflows/ci.yml) [](https://github.com/martinmoene/optional-lite/releases) [](https://raw.githubusercontent.com/martinmoene/optional-lite/master/include/nonstd/optional.hpp) [](https://conan.io/center/optional-lite) [](https://vcpkg.link/ports/optional-lite) [](https://wandbox.org/permlink/bfZdDT4WerPNZi6b) [](https://godbolt.org/z/3tecRa)
44
55** Contents**
66- [ Example usage] ( #example-usage )
99- [ Dependencies] ( #dependencies )
1010- [ Installation] ( #installation )
1111- [ Synopsis] ( #synopsis )
12- - [ Comparison of std::optional, optional lite and Boost.Optional] ( #comparison-of-stdoptional-optional-lite-and-boostoptional )
13- - [ Reported to work with] ( #reported-to-work-with )
14- - [ Building the tests] ( #building-the-tests )
12+ - [ Comparison of std::optional, optional lite and Boost.Optional] ( #comparison-of-stdoptional-optional-lite-and-boostoptional )
13+ - [ Reported to work with] ( #reported-to-work-with )
14+ - [ Building the tests] ( #building-the-tests )
1515- [ Implementation notes] ( #implementation-notes )
1616- [ Other implementations of optional] ( #other-implementations-of-optional )
1717- [ Notes and references] ( #notes-and-references )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments