[Bug c++/66360] New: thread_local variable needs copy constructor
programmerjake at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Jun 1 12:40:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66360
Bug ID: 66360
Summary: thread_local variable needs copy constructor
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
Created attachment 35663
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35663&action=edit
source code
thread_local variable won't compile when trying to forward empty argument list
to member variable where the member variable has deleted copy/move
constructors.
More information about the Gcc-bugs
mailing list