Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mikhail_semenov at hotmail dot com
Created attachment 30339
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30339&action=edit
The program should compile and run for the ifstr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53627
Bug #: 53627
Summary: perfect forwarding for static int member
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53626
Bug #: 53626
Summary: move assignment for ifstream
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46048
--- Comment #1 from Mikhail Semenov
2010-10-16 15:03:36 UTC ---
The code fails to compile is "this->inc(n);" is replaced with "inc(n);"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46048
Summary: lambda: access to a member function
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassig...@gcc.g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46047
Summary: Lambda expressions: access to member functions
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unass