Commit 8e44e77e by Benjamin Kosnik Committed by Benjamin Kosnik

re PR libstdc++/6511 (new libstdc++ v3 testsuite regressions on *-*-solaris2.8)

2002-04-30  Benjamin Kosnik  <bkoz@redhat.com>

	PR libstdc++/6511
	* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Fix typo.

From-SVN: r52937
parent 3cd870ad
2002-04-30 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/6511
* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Fix typo.
2002-04-29 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/5820
......
......@@ -48,7 +48,7 @@
ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
: __ctype_abstract_base<char>(__refs), _M_del(__table != 0 && __del),
_M_toupper(__trans_upper), _M_tolower(__trans_lower),
_M_table(__table == 0 ? __table : classic_table())
_M_table(__table ? __table : classic_table())
{ }
char
......
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