[Bug c++/42105] class with operator& failed to be stored in the STL map

2009-11-22 Thread evgeny at mainsoft dot com
--- Comment #4 from evgeny at mainsoft dot com 2009-11-22 09:45 --- (In reply to comment #3) > This is by design for C++03 but for C++0x (really C++1x) it is not. > > *** This bug has been marked as a duplicate of 41792 *** > Thank you Andrew. I'll follow the bug 41792. -- http:/

[Bug c++/42105] class with operator& failed to be stored in the STL map

2009-11-19 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-11-19 08:30 --- This is by design for C++03 but for C++0x (really C++1x) it is not. *** This bug has been marked as a duplicate of 41792 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/42105] class with operator& failed to be stored in the STL map

2009-11-19 Thread evgeny at mainsoft dot com
--- Comment #2 from evgeny at mainsoft dot com 2009-11-19 08:12 --- The source code published in bug description compiled successfully with gcc (g++) 3.4.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42105

[Bug c++/42105] class with operator& failed to be stored in the STL map

2009-11-19 Thread evgeny at mainsoft dot com
--- Comment #1 from evgeny at mainsoft dot com 2009-11-19 08:10 --- Created an attachment (id=19044) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19044&action=view) preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42105