[libcxx-commits] [PATCH] D157995: [libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylib

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 15 09:46:04 PDT 2023


ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Since we build the dylib with C++20, there's no need to use conditional
macros anymore.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157995

Files:
  libcxx/src/chrono.cpp
  libcxx/src/condition_variable.cpp
  libcxx/src/experimental/memory_resource.cpp
  libcxx/src/filesystem/error.h
  libcxx/src/filesystem/time_utils.h
  libcxx/src/locale.cpp
  libcxx/src/memory.cpp
  libcxx/src/memory_resource.cpp
  libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157995.550370.patch
Type: text/x-patch
Size: 7533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230815/c806e361/attachment-0001.bin>


More information about the libcxx-commits mailing list