Skip to content
Snippets Groups Projects
  1. Sep 22, 2016
  2. Sep 13, 2016
  3. Sep 09, 2016
  4. Sep 08, 2016
  5. Sep 06, 2016
  6. Sep 05, 2016
  7. Sep 03, 2016
  8. Sep 02, 2016
  9. Sep 01, 2016
  10. Aug 31, 2016
    • Vasileios Karakasis's avatar
      Custom distance() function. · 8005cada
      Vasileios Karakasis authored
      This new `util:distance()` operating on an iterator `I` and a sentinel
      `S`. It reverts to `std::distance()` if `I==S`, otherwise it increments
      iterator sequentially until it reaches the sentinel and returns the number of
      total increments.
      
      Also removed tests for ranges with `l>r`.
      8005cada
    • Sam Yates's avatar
      WIP · 9dfab2bc
      Sam Yates authored
      9dfab2bc
  11. Aug 30, 2016
  12. Aug 29, 2016
  13. Aug 27, 2016
  14. Aug 25, 2016