Skip to content
Snippets Groups Projects
  1. Oct 23, 2013
  2. Oct 17, 2013
  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
Loading