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++/53627] perfect forwarding for static int member


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53627

--- Comment #8 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> 2012-06-11 06:47:42 UTC ---
(In reply to comment #7)
> (In reply to comment #4)
> > because that was fixed with C++11 due to 
> > 
> > http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#712
> > 
> > This situation should no longer require a definition for S::a or S::b.
> 
> Unless I'm mistaken DR 712 was not fixed in time for C++11, I don't see it in
> N3290

Agreed, DR 712 is a post-C11 resolution.

--- Comment #9 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> 2012-06-11 06:48:13 UTC ---
(In reply to comment #7)
> (In reply to comment #4)
> > because that was fixed with C++11 due to 
> > 
> > http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#712
> > 
> > This situation should no longer require a definition for S::a or S::b.
> 
> Unless I'm mistaken DR 712 was not fixed in time for C++11, I don't see it in
> N3290

Agreed, DR 712 is a post-C++11 resolution.


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