mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 06:20:25 +08:00
libstdc++: Clarify that _S_ prefix is be used for static member functions.
libstdc++-v3/ChangeLog: * doc/xml/manual/appendix_contributing.xml: Add 'and functions'.
This commit is contained in:
parent
7e628ff49f
commit
6808f74b4f
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user