static members
Min standard notice:
Inside a class definition, the keyword static declares members that are not bound to class instances.
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| CWG 194 | C++98 | (static) member function names can be the same as the class name | naming restriction added (includingnon-static member functions) |