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
Original issue reported on code.google.com by
stuartmorgan@chromium.org
on 4 Apr 2013 at 1:43