[libcxx-commits] [PATCH] D110243: [libc++][NFCI] Remove uses of _LIBCPP_INLINE_VAR
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 22 06:42:26 PDT 2021
ldionne created this revision.
Herald added a subscriber: miyuki.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
All supported compilers provide support for inline variables in C++17 now.
Also, as a fly-by fix, replace some uses of _LIBCPP_CONSTEXPR by just
constexpr.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110243
Files:
libcxx/include/__config
libcxx/include/__functional/bind.h
libcxx/include/__memory/allocator_arg_t.h
libcxx/include/__memory/uses_allocator.h
libcxx/include/__mutex_base
libcxx/include/__utility/in_place.h
libcxx/include/__utility/piecewise_construct.h
libcxx/include/chrono
libcxx/include/experimental/simd
libcxx/include/new
libcxx/include/optional
libcxx/include/ratio
libcxx/include/system_error
libcxx/include/tuple
libcxx/include/type_traits
libcxx/include/variant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110243.374209.patch
Type: text/x-patch
Size: 47083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210922/4741cfd1/attachment-0001.bin>
More information about the libcxx-commits
mailing list