This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/35725] [4.3/4.4 Regression] ambiguous std::fill with character array



------- Comment #4 from paolo at gcc dot gnu dot org  2008-03-29 22:38 -------
Subject: Bug 35725

Author: paolo
Date: Sat Mar 29 22:38:19 2008
New Revision: 133721

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133721
Log:
2008-03-29  Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/35725
        * include/bits/stl_algobase.h (__fill_a(_ForwardIterator,
        _ForwardIterator, _Tp), __fill_a(_Tp*, _Tp*, _Tp),
        __fill_n_a(_OutputIterator, _Size, _Tp), __fill_n_a(_Tp*, _Size,
        _Tp)): Fix signatures.
        * testsuite/25_algorithms/fill/35725.cc: New.
        * testsuite/25_algorithms/fill_n/35725.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/25_algorithms/fill/35725.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/fill_n/35725.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_algobase.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35725


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]