cpp-std-fwd icon indicating copy to clipboard operation
cpp-std-fwd copied to clipboard

Add support for libc++ #1

Open meisam opened this issue 4 years ago • 0 comments

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.

meisam avatar Sep 07 '20 19:09 meisam