
16 Nov
2012
16 Nov
'12
3:55 p.m.
Andrey Semashev <andrey.semashev <at> gmail.com> writes:
For this we use just f(char_range::literal("Olaf"));
Sorry for jumping in but shouldn't it be from_literal? It's more aligned with from_array you suggested before.
Yes, makes sense, though a bit lengthy. Maybe both should be just 'literal' and 'array', without 'from_'. I don't feel too strong about it, just want them to be explicit and visible. Thanks, Maxim