Title
Explicit instantiation of a member of a class template
Status
cd2
Section
13.9.3 [temp.explicit]
Submitter
Doug Gregor

Created on 2009-10-14.00:00:00 last changed 171 months ago

Messages

Date: 2010-03-15.00:00:00

[Voted into WP at March, 2010 meeting.]

Date: 2010-02-15.00:00:00

Proposed resolution (February, 2010):

Change 13.9.3 [temp.explicit] paragraph 1 as follows:

...An explicit instantiation of a function template or member function of a class template shall not use the inline or constexpr specifiers.
Date: 2009-10-14.00:00:00

13.9.3 [temp.explicit] paragraph 1 says,

An explicit instantiation of a function template shall not use the inline or constexpr specifiers.

This wording should be revised to apply to member functions of class templates as well.

History
Date User Action Args
2010-03-29 00:00:00adminsetmessages: + msg2739
2010-03-29 00:00:00adminsetstatus: tentatively ready -> cd2
2010-02-16 00:00:00adminsetmessages: + msg2511
2010-02-16 00:00:00adminsetstatus: drafting -> tentatively ready
2009-10-14 00:00:00admincreate