2006-09-21 Paolo Carlini <pcarlini@suse.de>
* include/ext/hash_map: Remove forward declaration of equality operator, not needed for friendship of all its instances. * include/ext/hash_set: Likewise. * include/bits/stl_set.h: Likewise for equality operator and operator less. * include/bits/stl_multiset.h: Likewise. * include/bits/stl_multimap.h: Likewise. * include/bits/stl_queue.h: Likewise. * include/bits/stl_stack.h: Likewise. * include/bits/streambuf_iterator.h: Likewise for copy. * include/std/std_streambuf.h: Likewise for __copy_aux and find. * include/tr1/boost_shared_ptr.h: Likewise for get_deleter. * include/tr1/random: Likewise, remove all forward declarations of inserters and extractors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117116 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libstdc++-v3/ChangeLog 17 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/stl_multimap.h 3 additions, 18 deletionslibstdc++-v3/include/bits/stl_multimap.h
- libstdc++-v3/include/bits/stl_multiset.h 2 additions, 16 deletionslibstdc++-v3/include/bits/stl_multiset.h
- libstdc++-v3/include/bits/stl_queue.h 1 addition, 13 deletionslibstdc++-v3/include/bits/stl_queue.h
- libstdc++-v3/include/bits/stl_set.h 2 additions, 16 deletionslibstdc++-v3/include/bits/stl_set.h
- libstdc++-v3/include/bits/stl_stack.h 1 addition, 14 deletionslibstdc++-v3/include/bits/stl_stack.h
- libstdc++-v3/include/bits/streambuf_iterator.h 0 additions, 6 deletionslibstdc++-v3/include/bits/streambuf_iterator.h
- libstdc++-v3/include/ext/hash_map 6 additions, 25 deletionslibstdc++-v3/include/ext/hash_map
- libstdc++-v3/include/ext/hash_set 7 additions, 25 deletionslibstdc++-v3/include/ext/hash_set
- libstdc++-v3/include/std/std_streambuf.h 0 additions, 12 deletionslibstdc++-v3/include/std/std_streambuf.h
- libstdc++-v3/include/tr1/boost_shared_ptr.h 0 additions, 5 deletionslibstdc++-v3/include/tr1/boost_shared_ptr.h
- libstdc++-v3/include/tr1/random 0 additions, 205 deletionslibstdc++-v3/include/tr1/random
Loading
Please register or sign in to comment