mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
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:
parent
0cf356dfa6
commit
f9d52373f8
@ -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
|
||||
|
@ -61,7 +61,6 @@ namespace __gnu_debug_def { }
|
||||
|
||||
namespace __gnu_debug
|
||||
{
|
||||
using namespace std;
|
||||
using namespace __gnu_debug_def __attribute__ ((strong));
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user