$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [variant] Why boost::get uses simple throw instead of BOOST_THROW_EXCEPTION
From: Adam Badura (abadura_at_[hidden])
Date: 2010-01-08 16:24:39
Is there any reason for boost::get to use simple "throw" to throw
bad_get rather then BOOST_THROW_EXCEPTION?
I thought BOOST_THROW_EXCEPTION is supposed to be used in all Boost
libraries...
Adam Badura