Boost logo

Boost :

Subject: [boost] [config and function] Patch to use typeinfo macro
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2008-10-19 19:26:06


Hi,

Both Sun and Pgi on Linux correctly put typeinfo into the std
namespace, but function_base keys off the
BOOST_NO_EXCEPTION_STD_NAMESPACE macro instead of the
BOOST_NO_STD_TYPEINFO macro. The attached patch changes
function_base to use the typeinfo macro. Because eVC 4.2 doesn't put
typeinfo into the std namespace, I need to define
BOOST_NO_STD_TYPEINFO only for this eVC version.

Are these okay to commit?

-- Noel






Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk