cpp-std-fwd
cpp-std-fwd copied to clipboard
Add support for libc++ #1
This PR defines
_LIBCPP_BEGIN_NAMESPACE_STD
_LIBCPP_END_NAMESPACE_STD
macros for libc++.
I tested this on linux with clang 8 and with gcc-9. I am not sure if it works on Windows or on MacOS.