chennqqi / google-url

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

Build failure on iOS in C++11 mode with Xcode 4.6 #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to build googleurl on iOS with the c++0x mode enabled generates the 
following error:

invalid suffix on literal; C++11 requires a space between literal and 
identifier [-Wreserved-user-defined-literal]
    {NULL, L"www.foo\x3002"L"bar.com", "www.foo.bar.com", url_parse::Component(0, 15), CanonHostInfo::NEUTRAL, -1, ""},

It just needs a space between " and L

Original issue reported on code.google.com by stuartmorgan@chromium.org on 4 Apr 2013 at 1:43

GoogleCodeExporter commented 8 years ago

Original comment by stuartmorgan@chromium.org on 4 Apr 2013 at 5:14

GoogleCodeExporter commented 8 years ago

Original comment by stuartmorgan@chromium.org on 3 May 2013 at 1:43