Commit e5fc6a96 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Workaround for a bug in GCC 11.1.0

parent 2f602fdf
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -1436,7 +1436,7 @@ void test_VectorProductCSRAdaptive()

   m.reset();
   m.setDimensions( m_rows, m_cols );
   typename Matrix::RowsCapacitiesType rowLengths2({m_cols});
   typename Matrix::RowsCapacitiesType rowLengths2 = {m_cols};

   if( std::is_same< DeviceType, TNL::Devices::Cuda >::value )
   {