re PR libstdc++/45990 (28_regex/07_traits/char/isctype.cc XPASSes on Solaris 2/IRIX 6)

PR libstdc++/45990
	* include/bits/regex.h (regex_traits::isctype): DR 1337.

From-SVN: r165438
This commit is contained in:
Jonathan Wakely 2010-10-13 22:52:25 +00:00 committed by Jonathan Wakely
parent 8908df28a6
commit 405de314b8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-10-13 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/45990
* include/bits/regex.h (regex_traits::isctype): DR 1337.
2010-10-13 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/random.h (discrete_distribution<>::param_type::

View File

@ -287,7 +287,7 @@ namespace std
const ctype<_Ch_type>& __ctype(use_facet<
ctype<_Ch_type> >(_M_locale));
if (__ctype.is(__c, __f))
if (__ctype.is(__f, __c))
return true;
// special case of underscore in [[:w:]]