Skip to content
Snippets Groups Projects
  1. Jun 04, 2018
  2. Jun 01, 2018
    • Michael Davis's avatar
      [lpa-stream] Adds move constructor · 3c156223
      Michael Davis authored
      Default move constructor did not work in case of an empty list, as in
      this case the list is not moved, a new empty list is instantiated. So
      the copied iterators are invalid.
      
      New move constructor is the same as default with an additional check to
      reset the iterators if the lists to be moved are empty.
      3c156223
    • Michael Davis's avatar
      [lpa_stream] Cleans up comments · d12d772f
      Michael Davis authored
      d12d772f
  3. May 28, 2018
  4. May 22, 2018
  5. May 18, 2018
  6. May 17, 2018
  7. May 16, 2018
  8. May 15, 2018
Loading