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