Commits


Jason Rhinelander authored and Wenzel Jakob committed 79de508ef47
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.