[libcxx-commits] [libcxx] [libc++] Refactor __tuple_like and __pair_like (PR #85206)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 18 06:03:51 PDT 2024
https://github.com/ldionne commented:
TBH I am not certain about this refactor. Yes it makes sense from a certain perspective, but at the same time the Standard does define a `pair-like` concept (http://eel.is/c++draft/tuple.syn#concept:pair-like) so I find it better to define our implementation in terms of it.
https://github.com/llvm/llvm-project/pull/85206
More information about the libcxx-commits
mailing list