From dcfc12f91ef3969b3a36d5da5f6ed6787032ef79 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 23 Feb 2011 09:54:02 +0000 Subject: [PATCH] Fix typo. Fixes #5205. [SVN r69203] --- include/boost/config/suffix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/suffix.hpp b/include/boost/config/suffix.hpp index 31859144..9cce6fd7 100644 --- a/include/boost/config/suffix.hpp +++ b/include/boost/config/suffix.hpp @@ -600,7 +600,7 @@ namespace boost{ // the global definition into std namespace: #ifdef BOOST_NO_STD_TYPEINFO #include -namespace std{ using ::typeinfo; } +namespace std{ using ::type_info; } #endif // ---------------------------------------------------------------------------//