$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arvid Norberg (arvid_at_[hidden])
Date: 2008-02-22 01:18:33
I was quite surprised to realize that boost::function<>::swap can
throw in case a memory allocation fails.
Is this intentional or a known issue?
The TR1 function<>::swap is specified not to throw.
thanks,
-- Arvid Norberg