Skip to content
Snippets Groups Projects
  1. May 08, 2014
  2. May 07, 2014
  3. Oct 02, 2013
  4. Sep 18, 2013
  5. Sep 11, 2013
  6. Sep 09, 2013
  7. Sep 06, 2013
  8. Aug 27, 2013
    • Markus Blatt's avatar
      [Bugfix] Prevent implicite conversion Matrix->MatrixAdapter. · 4acfda14
      Markus Blatt authored
      MatrixAdapter uses a const reference to store a reference
      to the matrix it is working on. Without this patch it was
      possible to pass the matrix to constructor actually taking
      a MatrixAdapter as its argument. This resulted in a const
      reference to a temporary MatrixAdapter that died after the
      constructor call.
      
      This patch request explicitly calling the constructor and
      thus fixes this issue.
      4acfda14
  9. Aug 26, 2013
  10. Aug 21, 2013
  11. Aug 19, 2013
  12. Aug 15, 2013
  13. Aug 14, 2013
  14. Aug 13, 2013
  15. Aug 12, 2013
Loading