Commit 0365d491 authored by Jason Rhinelander's avatar Jason Rhinelander
Browse files

Remove feature macro for <experimental/optional>

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>.
parent e27ea47c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment