[libcxx-commits] [PATCH] D145589: [libc++] Make std::allocator_arg and friends conforming in C++17
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 8 11:01:47 PST 2023
philnik added a comment.
In D145589#4178824 <https://reviews.llvm.org/D145589#4178824>, @Mordante wrote:
> LGTM, but I really would like to use a helper macro over `#ifdef`s.
Another option would be to just always mark them `inline`. Both clang and GCC support this as an extension.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145589/new/
https://reviews.llvm.org/D145589
More information about the libcxx-commits
mailing list