$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2024-06-04 12:01:16
El 23/05/2024 a las 5:47, Helmut Zeisel via Boost escribió:
> 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
Thanks for the suggestion. Applied:
https://github.com/boostorg/container/commit/24c978b550dcdfcca7a07efc4ce33235ff46e9ec
Best,
Ion