[libcxx-commits] [PATCH] D154282: [libc++][chrono] Adds tzdb_list implementation.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 30 11:27:29 PDT 2023


Mordante marked 13 inline comments as done.
Mordante added inline comments.


================
Comment at: libcxx/include/__chrono/tzdb_list.h:41
+
+// TODO TZDB Document and test _LIBCPP_NODISCARD_EXT.
+class _LIBCPP_AVAILABILITY_TZDB tzdb_list {
----------------
ldionne wrote:
> As part of this patch?
Had a look and I was wondering whether we want to keep documenting our `_LIBCPP_NODISCARD_EXT` since the list is incomplete.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154282/new/

https://reviews.llvm.org/D154282



More information about the libcxx-commits mailing list