
5 Jan
2012
5 Jan
'12
9:43 a.m.
2012/1/5 Arash Partow <arash@partow.net>
On 4/01/2012 10:31 PM, Andrey Semashev wrote:
There are many other things to be done but they are not showstoppers for the release.
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.
I don't know about other compilers but gcc can execute strlen in compile time if passed a literal as input. Roman Perepelitsa.