skystrife / cpptoml

cpptoml is a header-only library for parsing TOML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use std::optional if available

vlovich opened this issue · comments

When building against a C++17 compiler (#if __cpp_lib_optional) it would be more natural for std::optional to be used instead of a custom standalone optional type.