Ignore:
Timestamp:
Oct 5, 2011, 11:29:58 AM (14 years ago)
Author:
[email protected]
Message:

Use std::reverse_iterator for ListHashSet reverse iterators
https://bugs.webkit.org/show_bug.cgi?id=69446

Reviewed by Darin Adler.

  • wtf/ListHashSet.h:

Use the std::reverse_iterator iterator adaptor for the ListHashSet reverse iterators
and get rid of the ListHashSetReverseIterator and ListHashSetConstReverseIterator classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r96729 r96733  
     12011-10-05  Anders Carlsson  <[email protected]>
     2
     3        Use std::reverse_iterator for ListHashSet reverse iterators
     4        https://bugs.webkit.org/show_bug.cgi?id=69446
     5
     6        Reviewed by Darin Adler.
     7
     8        * wtf/ListHashSet.h:
     9        Use the std::reverse_iterator iterator adaptor for the ListHashSet reverse iterators
     10        and get rid of the ListHashSetReverseIterator and ListHashSetConstReverseIterator classes.
     11
    1122011-10-04  Gavin Barraclough  <[email protected]>
    213
Note: See TracChangeset for help on using the changeset viewer.