https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93008

--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> ---
N.B. If you're going to do any more profiling + optimizing of std::vector,
please do it with -std=gnu++20 so that everything is constexpr. Otherwise
you're only testing C++17 which is the last version before everything in
std::vector becomes constexpr. For the later standards the optimizations will
probably behave very differently.

Reply via email to