Title
thread_local objects as non-type template arguments
Status
dup
Section
13.4.3 [temp.arg.nontype]
Submitter
Jeffrey Yasskin

Created on 2010-01-28.00:00:00 last changed 148 months ago

Messages

Date: 2010-08-15.00:00:00

Rationale (August, 2010):

This is a duplicate of issue 1154.

Date: 2022-11-20.07:54:16

Currently, 13.4.3 [temp.arg.nontype] paragraph 1 only requires that an object whose address is used as a non-type template argument have external linkage, thus allowing objects of thread storage duration to be used. The requirement should presumably be for an object to have static storage duration as well as external linkage.

History
Date User Action Args
2012-02-27 00:00:00adminsetmessages: + msg3859
2012-02-27 00:00:00adminsetstatus: open -> dup
2010-01-28 00:00:00admincreate