$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Helmut Zeisel (HZ2012_at_[hidden])
Date: 2024-05-23 03:47:21
Gesendet:Â Mittwoch, 22. Mai 2024 um 08:45 Uhr
Von: "Ion Gaztañaga via Boost" <boost_at_[hidden]>
> A) "clear" in vectors does not reduce the capacity,
Maybe this could be explicitely mentioned in the documentation
https://www.boost.org/doc/libs/master/doc/html/boost/container/vector.html#idm31515-bb
e.g. like in
https://en.cppreference.com/w/cpp/container/vector/clear
Helmut