[libcxx-commits] [libcxx] [libc++] Remove assumptions that std::array::iterator is a raw pointer (PR #74624)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 6 08:51:32 PST 2023


https://github.com/mordante commented:

In general I like the idea not to depend one the type of `std::array`'s iterator. I'm a bit concerned about adding more instantiations in `format`. I really like to avoid that when possible.

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


More information about the libcxx-commits mailing list