diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-12 07:12:20 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-12 07:12:20 +0000 |
| commit | ddfd4a9f77dc36eb11bdd38cb713974bee8fd8fc (patch) | |
| tree | b5f3ab402ecd9971734c9a5586f6fd986ab47012 | |
| parent | 53048587dd868a8d1729600da87eac960dabcfdb (diff) | |
| download | ppe42-gcc-ddfd4a9f77dc36eb11bdd38cb713974bee8fd8fc.tar.gz ppe42-gcc-ddfd4a9f77dc36eb11bdd38cb713974bee8fd8fc.zip | |
2003-11-12 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/c++config: Move using directive...
* include/debug/formatter.h: ...here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73486 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
| -rw-r--r-- | libstdc++-v3/include/bits/c++config | 1 | ||||
| -rw-r--r-- | libstdc++-v3/include/debug/formatter.h | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 985729da7bd..c833d7b16ec 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 21bc45566b5..553ad9718ff 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -61,7 +61,6 @@ namespace __gnu_debug_def { } namespace __gnu_debug { - using namespace std; using namespace __gnu_debug_def __attribute__ ((strong)); } diff --git a/libstdc++-v3/include/debug/formatter.h b/libstdc++-v3/include/debug/formatter.h index 317ce21bc25..b73d2230b72 100644 --- a/libstdc++-v3/include/debug/formatter.h +++ b/libstdc++-v3/include/debug/formatter.h @@ -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 |

