Files
clang-p2996/libcxx/include/__expected
ZERO-N 3891468167 [libc++] Avoid using **this in error messages for expected monadic operations (#84840)
Instead of using **this in error messages for std::expected monadic
operations, use value(). As shown in LWG3969, **this can trigger
unintended ADL and while it's only an error message, we might as
well be ADL-correct there too.

Co-authored-by: Louis Dionne <ldionne.2@gmail.com>
2024-08-01 08:56:10 -04:00
..