Skip to content
Commit 182a334b authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Add a wrapper header for std::(experimental::)optional

std::optional is a C++17 feature but it's implementation is present
in all modern C++14-capable compilers in library fundamentals TS.
This wrapper header includes the <optional> header where available
and falls back to <experimental/optional> otherwise, making the type
available as std::optional.
parent a24d7a6e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment