[libcxx-commits] [libcxx] [libc++][NFC] Avoid using **this in error msg of std::expected (PR #84840)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 31 15:06:39 PDT 2024


ldionne wrote:

Rebased and used `value()` instead. I think it's clearer not to use `__val()` since that's not something users should know about.

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


More information about the libcxx-commits mailing list