[libcxx-commits] [libcxx] [libc++] Remove accidentally public `optional::__get()` method (PR #194530)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 28 06:09:35 PDT 2026
https://github.com/philnik777 requested changes to this pull request.
I'm not convinced this pulls its weight. We're making things more complicated, since we need `friend`s now without much improvement I can see. It's already _Ugly, so users aren't allowed to access it anyways.
https://github.com/llvm/llvm-project/pull/194530
More information about the libcxx-commits
mailing list