public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1585] libstdc++: Remove obsolete comment in <string> header
@ 2022-07-09 12:25 Franथईois Dumont
  0 siblings, 0 replies; only message in thread
From: Franथईois Dumont @ 2022-07-09 12:25 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:8f1802003d2b0c516362ea816698317129838bcd

commit r13-1585-g8f1802003d2b0c516362ea816698317129838bcd
Author: François Dumont <fdumont@gcc.gnu.org>
Date:   Sat Jul 9 14:18:15 2022 +0200

    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.

Diff:
---
 libstdc++-v3/include/std/string | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/include/std/string b/libstdc++-v3/include/std/string
index 37a4aaba9cd..62ecdb3af45 100644
--- a/libstdc++-v3/include/std/string
+++ b/libstdc++-v3/include/std/string
@@ -37,7 +37,7 @@
 
 #include <bits/c++config.h>
 #include <bits/stringfwd.h>
-#include <bits/char_traits.h>  // NB: In turn includes stl_algobase.h
+#include <bits/char_traits.h>
 #include <bits/allocator.h>
 #include <bits/cpp_type_traits.h>
 #include <bits/localefwd.h>    // For operators >>, <<, and getline.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-09 12:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09 12:25 [gcc r13-1585] libstdc++: Remove obsolete comment in <string> header Franथईois Dumont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).