$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [exception]throw_exceptions concerns
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-01-02 17:37:32
Emil Dotchevski wrote:
> Boost::exception is copy constructable but its copy constructor is
> protected
Doesn't the standard mandate a public copy constructor for exception types?