This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/66360] New: thread_local variable needs copy constructor


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]