Apply patch from 7898.

REfs #7898.

[SVN r83006]
This commit is contained in:
John Maddock
2013-02-19 16:12:27 +00:00
parent e1f956a762
commit f6a50c0ed9

View File

@ -87,7 +87,7 @@
#endif
#include <typeinfo>
#if ( (!_HAS_EXCEPTIONS && !defined(__ghs__)) || (!_HAS_NAMESPACE && defined(__ghs__)) )
#if ( (!_HAS_EXCEPTIONS && !defined(__ghs__)) || (!_HAS_NAMESPACE && defined(__ghs__)) ) && !defined(__TI_COMPILER_VERSION__)
# define BOOST_NO_STD_TYPEINFO
#endif