Hi Lee, On 2015-06-08 16:29, Lee Clagett wrote:
* Adding support for the Gcc character-literal expansion extension would be nice, because the strings macro has some intense pre-processor work.
Do you mean multi-character literals? (eg. 'abcd'?)
I thought Louis mentioned this [ https://github.com/ldionne/hana/blob/master/include/boost/hana/string.hpp#L8... ]. No need for the pre-processor with the extension. Now I see what you mean. I'll definitely check that.
I'm not aware of a speed gain in switching to C++11 mode. Could you point me to the example and the compiler version/flags you were using? I'd like to learn more about where that comes from (it could be useful to reduce compilation times).
The calculator example. Wow, I'll take a closer look. Thank you for pointing this out.
Regards, Ábel