test_python_types.cpp
14.6 KB
-
Fix test compilation when both optional's exist · 79de508e
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.
Jason Rhinelander committed