$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] boost::shared_ptr, std::swap
From: Ingo Loehken (Ingo.Loehken_at_[hidden])
Date: 2012-05-26 04:54:08
Hello,
i just recognized, that std::swap is not overload for boost::shared_ptr,
meaning that using swap with std namespace ends up with unexpected
results in respect to performance.
Is this by intent ?
Regards, ILo.