[libcxx-commits] [PATCH] D118620: [SystemZ][z/OS] Build several exception derived classes as a separate library
Fanbo Meng via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 6 06:00:38 PDT 2022
fanbo-meng added inline comments.
================
Comment at: libcxx/include/__memory/shared_ptr.h:45
+_LIBCPP_BEGIN_NAMESPACE_STD_EXCEPTION
+
----------------
philnik wrote:
> Is it possible that this was just an oversight? If that's the case, maybe this should just be an ABI flag instead of getting it's own namespace macros?
This is intended, as we want std namespace for bad_weak_ptr for z/OS.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118620/new/
https://reviews.llvm.org/D118620
More information about the libcxx-commits
mailing list