[libcxx-commits] [libcxx] [NFC][libc++] Removes Clang 16 work-arounds. (PR #91636)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 14 11:02:32 PDT 2024
================
@@ -276,10 +276,18 @@ public:
_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI const _Container& __get_container() const { return c; }
----------------
mordante wrote:
It's used in `std::format` https://github.com/llvm/llvm-project/blob/main/libcxx/include/__format/container_adaptor.h#L53
https://github.com/llvm/llvm-project/pull/91636
More information about the libcxx-commits
mailing list