sibojia / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

Compile failures under gcc-4.7 with --std=c++11 #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: