id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12821,Crash in integer_sort when reverse sorting a struct,Domagoj Šarić,Paul A. Bristow,"I have a custom 'zip' iterator (that iterates over two arrays): - its value_type = std::pair - its reference = std::pair. I want to reverse sort these two arrays so I do: {{{ auto const comparator( []( auto const & left, auto const & right ) noexcept { return left.first > right.first; } ); auto const rightshift{ []( custom_iterator::reference const x, unsigned const offset ) noexcept { return x.first >> offset; } }; }}} ...but there is a crash in integer_sort in this case (if I do a 'normal' less-than compare, i.e. not a reversed sort) then it works...",Bugs,new,To Be Determined,sort,Boost 1.63.0,Showstopper,,1,arachni@…