
On Oct 20, 2008, at 2:28 AM, John Maddock wrote:
K. Noel Belcourt wrote:
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?
Is version 1202 specific to the embedded compiler, or should we check for defined(_WIN32_WCE) || defined(UNDER_CE) as well?
I'm not sure since I don't have access to this platform. Peter D. was kind enough to suggest I use version 1202 so I suspect it's specific to that version of eVC 4.2. -- Noel