]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/13462 (Non-standard conformed type set::pointer)
authorAndrew Pinski <pinskia@physics.uc.edu>
Mon, 22 Dec 2003 19:32:34 +0000 (19:32 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 22 Dec 2003 19:32:34 +0000 (11:32 -0800)
commit67e053df03acad3c07fbe35b8c8659b6bc4f24dc
tree628a4e9e31ef93a60a26c2d13442b156bdac4609
parent6b309c6e575004e3805183aa2599fc6a4e356432
re PR libstdc++/13462 (Non-standard conformed type set::pointer)

2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>

       PR libstdc++/13462
       * include/bits/stl_multiset.h (__gnu_norm::multiset): Define pointer
       as allocator's pointer, likewise for reference, const_pointer, and
       const_reference.
       * include/bits/stl_set.h (__gnu_norm::set): Likewise.
       * include/ext/hash_set (__gnu_ext::hash_set): Likewise.
       (__gnu_ext::hash_multiset): Likewise.

From-SVN: r74944
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_multiset.h
libstdc++-v3/include/bits/stl_set.h
libstdc++-v3/include/ext/hash_set