$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost.any] Inline allocation of small objects in any.
From: Adarsh Soodan (adarshsoodan_at_[hidden])
Date: 2011-02-09 02:54:31
On Wed, Feb 9, 2011 at 1:07 PM, Nevin Liber <nevin_at_[hidden]> wrote:
> What are your exception safety guarantees compared with the current
> implementation of boost::any?
>
I do not see the exception safety gurantees required of the held value
object changing from the original any.hpp.
I am using the placed new construction of course. Does it make any
difference?
-Adarsh Soodan