]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Change comment on #endif to match #if condition [PR124363]
authorJonathan Wakely <jwakely@redhat.com>
Wed, 4 Mar 2026 11:58:37 +0000 (11:58 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 4 Mar 2026 11:59:39 +0000 (11:59 +0000)
I changed the #if in r8-3123-gc6888c62577671 but didn't make the
corresponding change to the #endif.

libstdc++-v3/ChangeLog:

PR libstdc++/124363
* include/std/string_view: Adjust comment on #endif to match #if
condition.

libstdc++-v3/include/std/string_view

index 153014d9b409ba38986702fdf830f78f93a6f20a..735d46f2de7f050625fffd2d2c973ceaf298f1dc 100644 (file)
@@ -929,6 +929,6 @@ _GLIBCXX_END_NAMESPACE_VERSION
 #endif
 #endif
 
-#endif // __cplusplus <= 201402L
+#endif // C++17
 
 #endif // _GLIBCXX_STRING_VIEW