Jonas Maebe schrieb:

On 09 Sep 2008, at 21:37, Florian Klaempfl wrote:

Even C++'s is not good enough to do a ref. counted string in an efficient way. Just consider the [...] operator which needs to distinguish between reads and writes to avoid unncessary unique calls.

Can't you have a const and non-const version of the [] operator in C++?

I tried something similiar once with an older gcc but I didn't get it working. Maybe it's possible with newer ones.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to