diff --git a/doc/faq.html b/doc/faq.html index 7bdd3b4..893f3d2 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -35,10 +35,10 @@ void g() { return f(); }
In November and December of 2000, the issue of cloning vs. reference counting was debated at length and it was decided that cloning gave more predictable semantics. I won't rehash the discussion here, but if it cloning is incorrect for a particular application a reference-counting allocator could be used.