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

Add support for libc++

Open meisam opened this issue 4 years ago • 0 comments

Currently cpp-std-fwd does not support LLVM's libc++. Specifically, clang -stdlib=libc++ ... does not work. This is mostly because libc++ uses dedicated macros to mark the start and the end of the std namespace:

_LIBCPP_BEGIN_NAMESPACE_STD
_LIBCPP_END_NAMESPACE_STD

meisam avatar Sep 07 '20 18:09 meisam