Status: New
Owner: ----
New issue 2061 by [email protected]: Avoid user-defined literals (patch)
http://code.google.com/p/v8/issues/detail?id=2061
This simple patch inserts whitespace in between concatenated string
literals. This avoids an issue where, in C++11 compilers, a string literal
concatenated with a macro is mistaken for a user-defined literal.
As a practical matter, this allows llvm 3.1 with C++11 enabled to build v8.
Attachments:
avoid-user-defined-literals.patch 1.1 KB
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev