[libcxx-commits] [libcxx] [libc++] Avoid using **this to access the value stored in std::expected (PR #84840)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 14 23:22:28 PDT 2024


frederick-vs-ja wrote:

> Currently, **this is used to access the value stored in std::expected.

No, it isn't, and has never been so in libc++. It should be clarifies that only error messages are improved.

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


More information about the libcxx-commits mailing list