It was only used in one place, and it seems entirely valid to use
constexpr unconditionally in that location.
Note that a different change was attempted, i.e. using consteval
unconditionally. However, this led to http://llvm.org/PR60709.
Paths
| Differential D145700
[libc++] Remove _LIBCPP_CONSTEVAL ClosedPublic Authored by ldionne on Mar 9 2023, 9:28 AM.
Details
Summary It was only used in one place, and it seems entirely valid to use Note that a different change was attempted, i.e. using consteval
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 9 2023, 10:13 AM This revision was landed with ongoing or failed builds.Mar 10 2023, 6:05 AM Closed by commit rGc6b12b7c3bc8: [libc++] Remove _LIBCPP_CONSTEVAL (authored by ldionne). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 504120 libcxx/.clang-format
libcxx/include/__compare/ordering.h
libcxx/include/__config
|