$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-08-23 15:29:39
"Thomas Matelich" <matelich_at_[hidden]> wrote in message
news:3944d45805082312395ec6168c_at_mail.gmail.com...
> 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