
5 Jan
2012
5 Jan
'12
8:08 a.m.
On Thursday, January 05, 2012 18:49:46 Arash Partow wrote:
Out of curiosity, have you considered at some point adding support for the new C++11 user-defined literals? I believe there would be a huge efficiency advantage in having the length of the literal at compile time, rather than having to determine it at run-time.
There is a tool named basic_string_literal that does it in C++03. Is there something new in C++11 that helps in this area? Could you provide a link to the proposal or a particular section in the standard?