
26 Jan
2011
26 Jan
'11
4:48 p.m.
generally speaking the syntax is not that important for me I can get used to almost everything :) so c_str(my_str) is OK with me, if it does not involve just copying the string whatever the internal representation is. As Robert said if the internal string data already is non-contiguous then this should be no-op.
patch: - non-contiguous + contiguous sorry