Commit 36606f39 by Benjamin Kosnik

char_traits.h: Update copyright, tweak.


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
parent 7a3397c7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment