ctype_inline.h (scan_is, scan_not): Fix typo, use this->is() rather than manually...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 13 May 2002 13:52:08 +0000 (13:52 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 13 May 2002 13:52:08 +0000 (13:52 +0000)
commita8b432f4def6548c398a660a2880517f20802fcc
tree92143f2917b1417482d954645a296f3e9b3915dc
parentdcb41ced7946e159914d0d0d019ac9b5417e2b96
ctype_inline.h (scan_is, scan_not): Fix typo, use this->is() rather than manually (and perhaps incorrectly) inlining it.

* config/os/irix/irix5.2/bits/ctype_inline.h (scan_is, scan_not):
Fix typo, use this->is() rather than manually (and perhaps
incorrectly) inlining it.
* config/os/irix/irix6.5/bits/ctype_inline.h (scan_is, scan_not):
Likewise.
* testsuite/22_locale/ctype_scan_char.cc: New file.

From-SVN: r53422
libstdc++-v3/ChangeLog
libstdc++-v3/config/os/irix/irix5.2/bits/ctype_inline.h
libstdc++-v3/config/os/irix/irix6.5/bits/ctype_inline.h
libstdc++-v3/testsuite/22_locale/ctype_scan_char.cc [new file with mode: 0644]