2003-11-12 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/c++config: Move using directive...
* include/debug/formatter.h: ...here.
From-SVN: r73486
+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
namespace __gnu_debug
{
- using namespace std;
using namespace __gnu_debug_def __attribute__ ((strong));
}
namespace __gnu_debug
{
+ using namespace std;
+
/** Determine if the two types are the same. */
template<typename _Type1, typename _Type2>
struct __is_same