mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-05 20:54:53 +00:00
libc++ 3.8 (and possibly others--including the derived version on OS X), doesn't define the macro, but does support std::experimental::optional. This removes the extra macro check and just assumes the header existing is enough, which is what we do for <optional> and <variant>.