c++config: Move using directive...

2003-11-12  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r73486
This commit is contained in:
Benjamin Kosnik 2003-11-12 07:12:20 +00:00 committed by Benjamin Kosnik
parent 0cf356dfa6
commit f9d52373f8
3 changed files with 7 additions and 1 deletions

View 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

View File

@ -61,7 +61,6 @@ namespace __gnu_debug_def { }
namespace __gnu_debug
{
using namespace std;
using namespace __gnu_debug_def __attribute__ ((strong));
}

View 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