summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-28 14:46:35 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-28 14:46:35 +0000
commita86f2cd4e68a10e7c4a6611d64978f0a9eba8d8c (patch)
treec70ed3d4fd232415cecc5e6936ea51e078cd9504
parent68f8f8cce0e5f6dc30955a264f7f007763756857 (diff)
downloadppe42-gcc-a86f2cd4e68a10e7c4a6611d64978f0a9eba8d8c.tar.gz
ppe42-gcc-a86f2cd4e68a10e7c4a6611d64978f0a9eba8d8c.zip
2003-07-25 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/char_traits.h: Update copyright, tweak. * testsuite/ext/pod_char_traits.cc: Explicitly qualify namespace std types. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69883 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/testsuite/ext/pod_char_traits.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/ext/pod_char_traits.cc b/libstdc++-v3/testsuite/ext/pod_char_traits.cc
index 3db5a213291..0a6934830d7 100644
--- a/libstdc++-v3/testsuite/ext/pod_char_traits.cc
+++ b/libstdc++-v3/testsuite/ext/pod_char_traits.cc
@@ -39,7 +39,7 @@ int main()
typedef unsigned short value_type;
typedef unsigned int int_type;
typedef character<value_type, int_type> char_type;
- typedef char_traits<char_type> traits_type;
+ typedef std::char_traits<char_type> traits_type;
bool test = true;
OpenPOWER on IntegriCloud