On Sat, 9 Jul 2022 at 13:26, François Dumont via Libstdc++ <libstd...@gcc.gnu.org> wrote: > > libstdc++: Remove obsolete comment in <string> header > > The comment is obsolete because char_traits.h do not include > stl_algobase.h > anymore and stl_algobase.h is included directly from <string> a few > lines > below.
Nice, thanks > > libstdc++-v3/ChangeLog: > > * include/std/string: Remove obsolete comment about > char_traits.h including > stl_algobase.h. > > François