]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove obsolete comment in <string> header
authorFrançois Dumont <fdumont@gcc.gnu.org>
Sat, 9 Jul 2022 12:18:15 +0000 (14:18 +0200)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Sat, 9 Jul 2022 12:18:15 +0000 (14:18 +0200)
commit8f1802003d2b0c516362ea816698317129838bcd
treec721f50d5c8695f0fc6059634129080170a1c7a8
parentb434c94bf7a5d4bb9ca8f0b5442ca85b43f32a9a
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.

libstdc++-v3/ChangeLog:

* include/std/string: Remove obsolete comment about char_traits.h including
stl_algobase.h.
libstdc++-v3/include/std/string