According to the docs: https://github.com/TartanLlama/optional - tl::optional is API compatible with std::optional however it supports c++11 onwards. According to your docs, this is the only dependency preventing this project compiling with an older c++ version.
To your knowledge would switching this dependency make this project at least c++14 compatible?
According to the docs: https://github.com/TartanLlama/optional -
tl::optional
is API compatible withstd::optional
however it supports c++11 onwards. According to your docs, this is the only dependency preventing this project compiling with an older c++ version.To your knowledge would switching this dependency make this project at least c++14 compatible?