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++/33807] Incorrect ambiguous overload



------- Comment #6 from paolo at gcc dot gnu dot org  2007-10-18 17:58 -------
Subject: Bug 33807

Author: paolo
Date: Thu Oct 18 17:58:13 2007
New Revision: 129454

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129454
Log:
2007-10-18  Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/33807
        * include/bits/allocator.h (operator==(const allocator<_Tp>&,
        const allocator<_Tp>&), operator!=(const allocator<_Tp>&,
        const allocator<_Tp>&)): Add.
        * testsuite/20_util/memory/allocator/33807.cc: New.

Added:
   
branches/gcc-4_2-branch/libstdc++-v3/testsuite/20_util/memory/allocator/33807.cc
Modified:
    branches/gcc-4_2-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_2-branch/libstdc++-v3/include/bits/allocator.h


-- 


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


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