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++/47709] is_heap(standard iterator) becomes ambiguous in C++0x mode


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

--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-02-12 21:26:24 UTC ---
Author: paolo
Date: Sat Feb 12 21:26:21 2011
New Revision: 170089

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170089
Log:
2011-02-12  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/47709
    * include/ext/algorithm (is_heap): In C++0x mode import from
    namespace std.
    * testsuite/ext/is_heap/47709.cc: New.


Added:
    trunk/libstdc++-v3/testsuite/ext/is_heap/47709.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/ext/algorithm


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