[libcxx-commits] [libcxx] [libc++] Fix vector<const T> (PR #80711)

Reid Kleckner via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 6 16:39:45 PST 2024


rnk wrote:

To provide a different perspective, I am extremely happy to learn today that this landed yesterday, and we haven't lost a day's worth of test results buried under `std::vector<const T>` issues. It seems entirely reasonable to bypass standard procedure to recover from breakage, and then to reflect afterwards on what could have gone better, and to always assume positive intent.

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


More information about the libcxx-commits mailing list