Re: [PATCH v2] libstdc++: Negative tests for constexpr uses inplace_vector [PR119137]

2025-07-22 Thread Patrick Palka
On Tue, 22 Jul 2025, Tomasz Kamiński wrote: > Adds negative tests for preconditions on inserting into a full > inplace_vector and erasing non-existent elementsi at compile-time. > This ensures coverage for the inplace_vector specialization. > > Also extends element access tests to cover front() a

[PATCH v2] libstdc++: Negative tests for constexpr uses inplace_vector [PR119137]

2025-07-22 Thread Tomasz Kamiński
Adds negative tests for preconditions on inserting into a full inplace_vector and erasing non-existent elementsi at compile-time. This ensures coverage for the inplace_vector specialization. Also extends element access tests to cover front() and back() methods, and const and mutable overloads for