Skip to content
  • Yohann Bearzi (Kitware)'s avatar
    vtkMatrixUtilities: using perfect forwarding · bb25eca5
    Yohann Bearzi (Kitware) authored
    The tools in `vtkMatrixUtilities` need to use perfect forwarding in
    order to work properly with data array ranges generated from the generic
    implementation. If not, references to temporaries are returned in some
    scenarios.
    bb25eca5