locale_facets.h (num_get<>): Return advanced iterator for _M_extract_float and _M_extract_int
2002-01-10 David Seymour <seymour_dj@yahoo.com> libstdc++/5331 * include/bits/locale_facets.h (num_get<>): Return advanced iterator for _M_extract_float and _M_extract_int * include/bits/locale_facets.tcc (num_get<>::_M_extract_float) (num_get<>::_M_extract_int): Likewise, all callers changed * testsuite/22_locale/num_get_members_char.cc: Testcase From-SVN: r48765
This commit is contained in:
parent
631ba05e3d
commit
3ac3829f8e
@ -1,5 +1,6 @@
|
||||
2002-01-10 David Seymour <seymour_dj@yahoo.com>
|
||||
|
||||
libstdc++/5331
|
||||
* include/bits/locale_facets.h (num_get<>): Return advanced iterator
|
||||
for _M_extract_float and _M_extract_int
|
||||
* include/bits/locale_facets.tcc (num_get<>::_M_extract_float)
|
||||
|
@ -236,6 +236,7 @@ void test01()
|
||||
}
|
||||
|
||||
// 2002-01-10 David Seymour <seymour_dj@yahoo.com>
|
||||
// libstdc++/5331
|
||||
void test02()
|
||||
{
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user