What steps will reproduce the problem?
1. Try to compile with gcc-4.7 --std=c++11
What is the expected output? What do you see instead?
Should compile but does not due to new operator"" added under C++11 and
supported by default on gcc-4.7.
This is documented http://gcc.gnu.org/gcc-4.7/porting_to.html under "User
defined literals and whitespace"
More discussion here:
https://groups.google.com/forum/#!topic/comp.std.c++/9nD4Mb8pN1Q%5B1-25%5D
Original issue reported on code.google.com by marshall...@gmail.com on 14 Aug 2012 at 5:51
Original issue reported on code.google.com by
marshall...@gmail.com
on 14 Aug 2012 at 5:51Attachments: