
24 Mar
2008
24 Mar
'08
8:12 p.m.
Emil Dotchevski wrote:
foo< mpl::string<'hell','o wo','rld!'>::c_str > f;
Isn't 'hell' undefined behavior? :)
Multicharacter literals like 'hell' have an implementation-defined value. It should be possible to make this interface work, but that the implementation may be different for different compilers.
Seriously though, aren't we limited to ASCII in ''?
Yes. So? -- Eric Niebler Boost Consulting www.boost-consulting.com