c++config: Move using directive...
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 12 Nov 2003 07:12:20 +0000 (07:12 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 12 Nov 2003 07:12:20 +0000 (07:12 +0000)
2003-11-12  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/c++config: Move using directive...
* include/debug/formatter.h: ...here.

From-SVN: r73486

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++config
libstdc++-v3/include/debug/formatter.h

index 985729da7bd3297cedb36576225f49b0eaa729a7..c833d7b16ec47bd050d050fd58d9bc6ea976e3d3 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-12  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/bits/c++config: Move using directive...
+       * include/debug/formatter.h: ...here.
+
 2003-11-12  Carlo Wood  <carlo@alinoe.com>
 
         PR libstdc++/12947
index 21bc45566b5ce02fbd6d439055212f85ca06c900..553ad9718ff0d008171eb0a9c50368e0c782db9c 100644 (file)
@@ -61,7 +61,6 @@ namespace __gnu_debug_def { }
 
 namespace __gnu_debug 
 { 
-  using namespace std; 
   using namespace __gnu_debug_def __attribute__ ((strong));
 }
 
index 317ce21bc2573d9dedc5a0c9863bc29e571baca5..b73d2230b727d4da7a1a575e91e7e770d3c02b5a 100644 (file)
@@ -36,6 +36,8 @@
 
 namespace __gnu_debug
 {
+  using namespace std;
+
   /** Determine if the two types are the same. */
   template<typename _Type1, typename _Type2>
     struct __is_same