[libcxx-commits] [libcxx] [NFC][libc++][TZDB] Improves some internals. (PR #84800)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 12 09:01:16 PDT 2024


================
@@ -19,25 +19,25 @@ namespace chrono {
 _LIBCPP_EXPORTED_FROM_ABI tzdb_list::~tzdb_list() { delete __impl_; }
 
 _LIBCPP_NODISCARD_EXT _LIBCPP_EXPORTED_FROM_ABI const tzdb& tzdb_list::front() const noexcept {
----------------
ldionne wrote:

I think it would make sense to also make these public member functions not part of the ABI (by exporting private names instead) in this patch.

https://github.com/llvm/llvm-project/pull/84800


More information about the libcxx-commits mailing list