[libcxx-commits] [clang] [libcxx] [Clang] Implement CWG2369 "Ordering between constraints and substitution" (PR #102857)

Erich Keane via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 8 08:26:47 PST 2025


erichkeane wrote:

Oof, hrmph.  It seems to me that we just have to be slightly more aggressive at making sure we instantiate stuff I think.

This sentence:
`In this case, the lambda resides within the function declaration compare_three_way_result_t<_Tp, _Up> operator<=>(_Tp, _Up), which remains uninstantiated at this point!`

Is kinda wrong, it should be in the instantiation of that function...

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


More information about the libcxx-commits mailing list