Title
Deprecating static functions
Status
nad
Section
_N3225_.D.2 [depr.static]
Submitter
Darin Adler

Created on 1999-09-08.00:00:00 last changed 290 months ago

Messages

Date: 2000-04-15.00:00:00

Rationale (04/00):

This issue, along with issue 174, has been subsumed by issue 223. Until the committee determines the meaning of deprecation, it does not make sense either to extend or reduce the number of features to which it is applied.

Date: 2000-04-15.00:00:00

Rationale (04/00):

This issue, along with issue 174, has been subsumed by issue 223. Until the committee determines the meaning of deprecation, it does not make sense either to extend or reduce the number of features to which it is applied.

Date: 2022-11-20.07:54:16

_N3225_.D.2 [depr.static] says that declaring namespace-scope objects as static is deprecated. Declaring namespace-scope functions as static should also be deprecated.

Proposed resolution (10/99): In both 9.8.2.2 [namespace.unnamed] paragraph 2 and _N3225_.D.2 [depr.static] paragraph 1, replace

when declaring objects in a namespace scope
with
when declaring entities in a namespace scope
In addition, there are a number of locations in the Standard where use of or reference to static should be reconsidered. These include:
History
Date User Action Args
2000-05-21 00:00:00adminsetmessages: + msg374
2000-05-21 00:00:00adminsetstatus: review -> nad
2000-02-23 00:00:00adminsetmessages: + msg236
2000-02-23 00:00:00adminsetstatus: open -> review
1999-09-08 00:00:00admincreate