aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/formatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/debug/formatter.h')
-rw-r--r--libstdc++-v3/include/debug/formatter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/include/debug/formatter.h b/libstdc++-v3/include/debug/formatter.h
index 2c2035ea880..b37ee8cf276 100644
--- a/libstdc++-v3/include/debug/formatter.h
+++ b/libstdc++-v3/include/debug/formatter.h
@@ -33,10 +33,10 @@
#include <typeinfo>
#include <debug/debug.h>
+namespace std
+{
namespace __gnu_debug
{
- using std::type_info;
-
/** Determine if the two types are the same. */
template<typename _Type1, typename _Type2>
struct __is_same
@@ -386,5 +386,6 @@ namespace __gnu_debug
{ return _Error_formatter(__file, __line); }
};
} // namespace __gnu_debug
+} // namespace std
#endif