Closed sehraf closed 6 years ago
The Makefile must use -std=c++17 (e.g. due to usage of std::optional<>) but the snippets here and here are still using -std=c++11
-std=c++17
std::optional<>
-std=c++11
The Makefile must use
-std=c++17
(e.g. due to usage ofstd::optional<>
) but the snippets here and here are still using-std=c++11