projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a3397c
)
char_traits.h: Update copyright, tweak.
author
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Mon, 28 Jul 2003 14:46:35 +0000
(14:46 +0000)
committer
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Mon, 28 Jul 2003 14:46:35 +0000
(14:46 +0000)
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.
From-SVN: r69883
libstdc++-v3/testsuite/ext/pod_char_traits.cc
patch
|
blob
|
history
diff --git
a/libstdc++-v3/testsuite/ext/pod_char_traits.cc
b/libstdc++-v3/testsuite/ext/pod_char_traits.cc
index 3db5a2132912af2390185acd8010f108778c6b21..0a6934830d716917c5eeff26f245aaa437470ad4 100644
(file)
--- 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;