[Bug c++/57677] New: Fstream should be allowed to move when returned from a function

2013-06-22 Thread mikhail_semenov at hotmail dot com
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

[Bug c++/53627] New: perfect forwarding for static int member

2012-06-10 Thread mikhail_semenov at hotmail dot com
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:

[Bug c++/53626] New: move assignment for ifstream

2012-06-10 Thread mikhail_semenov at hotmail dot com
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

[Bug c++/46048] lambda: access to a member function

2010-10-16 Thread mikhail_semenov at hotmail dot com
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);"

[Bug c++/46048] New: lambda: access to a member function

2010-10-16 Thread mikhail_semenov at hotmail dot com
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

[Bug c++/46047] New: Lambda expressions: access to member functions

2010-10-16 Thread mikhail_semenov at hotmail dot com
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