What steps will reproduce the problem?
1. Use version 4.7.2 of gcc
2. compile glog with CXXFLAGS="-stdc++0x"
What is the expected output? What do you see instead?
expected: successful compile
instead: src/symbolize.cc:235:7: error: unable to find string literal operator
'operator"" PRIuS'
What version of the product are you using? On what operating system?
debian wheezy, 32-bit.
Please provide any additional information below.
attached is a 2-char patch that magically makes this go away.
Original issue reported on code.google.com by a...@spacemonkey.com on 16 Jan 2013 at 10:58
Original issue reported on code.google.com by
a...@spacemonkey.com
on 16 Jan 2013 at 10:58Attachments: