$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [exception] array tags
From: joel (joel.falcou_at_[hidden])
Date: 2009-10-25 02:39:48
Diederick C. Niehorster wrote:
> Simply doing
> BOOST_THROW_EXCEPTION(std::out_of_range("Matrix -=: Inputs do not have
> same shape")) <<
> std_range_which(Rows()!=M.Rows()? "row" : "col");
> does not work, nor does
> BOOST_THROW_EXCEPTION(std::out_of_range("Matrix -=: Inputs do not have
> same shape") <<
> std_range_which(Rows()!=M.Rows()? "row" : "col"))
Maybe because std::out_of_range is not a boost::exception and dosn't
support << ?
___________________________________________
Joel Falcou - Assistant Professor
PARALL Team - LRI - Universite Paris Sud XI
Tel : (+33)1 69 15 66 35