Fix typo.

Fixes #5205.

[SVN r69203]
This commit is contained in:
John Maddock
2011-02-23 09:54:02 +00:00
parent cdfbdb2a72
commit dcfc12f91e

View File

@ -600,7 +600,7 @@ namespace boost{
// the global definition into std namespace:
#ifdef BOOST_NO_STD_TYPEINFO
#include <typeinfo>
namespace std{ using ::typeinfo; }
namespace std{ using ::type_info; }
#endif
// ---------------------------------------------------------------------------//