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
This commit is contained in:
parent
3cd870ad84
commit
8e44e77e6a
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user