23 Aug
2005
23 Aug
'05
8:29 p.m.
"Thomas Matelich"
seems to be working okay so far. I'm trying to determine just how important shared copying is, and what the performance impace is.
it is quite big if you do it a lot.
Just ran into my first non-trivial issue with no copy construction (I don't want cloning) :) Fun stuff.
you prefer the containers to copy-constructible? -Thorsten