Changes between Version 2 and Version 3 of Ticket #12821


Ignore:
Timestamp:
Feb 8, 2017, 5:17:55 PM (6 years ago)
Author:
Domagoj Šarić
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12821 – Description

    v2 v3  
    66
    77{{{
    8 auto const comparator( []( auto const & left, auto const & right ) noexcept { return left.first < right.first; } );
     8auto const comparator( []( auto const & left, auto const & right ) noexcept { return left.first > right.first; } );
    99auto const rightshift{ []( custom_iterator::reference const x, unsigned const offset ) noexcept { return x.first >> offset; } };
    1010