"example/example-sequences-and-iterators.cpp" did not exist on "38bd71134a428d641d8ca34b3ea94358a387703d"
Fix test compilation when both optional's exist
gcc 7 has both std::experimental::optional and std::optional, but this breaks the test compilation as we are trying to use the same `opt_int` type alias for both.
Showing
Please register or sign in to comment