"vscode:/vscode.git/clone" did not exist on "6c03beb86731ad0c9797b04a29dfa36a38204e18"
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>.
Showing
Please register or sign in to comment