]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Clarify that _S_ prefix is be used for static member functions.
authorTomasz Kamiński <tkaminsk@redhat.com>
Fri, 18 Apr 2025 07:38:32 +0000 (09:38 +0200)
committerTomasz Kamiński <tkaminsk@redhat.com>
Fri, 18 Apr 2025 09:11:58 +0000 (11:11 +0200)
libstdc++-v3/ChangeLog:

* doc/xml/manual/appendix_contributing.xml: Add 'and functions'.

libstdc++-v3/doc/xml/manual/appendix_contributing.xml

index ac607fcfad414c91bae438e069a8d4bb52562a02..b9245453497b23cff32f82028bef122fd71f766b 100644 (file)
@@ -895,7 +895,7 @@ indicate a place that may require attention for multi-thread safety.
 
       Examples:  <code>_M_num_elements  _M_initialize ()</code>
 
-      Static data members, constants, and enumerations: <literal>_S_.*</literal>
+      Static data and function members, constants, and enumerations: <literal>_S_.*</literal>
 
       Examples: <code>_S_max_elements  _S_default_value</code>