diff --git a/src/gpl/src/mbff.cpp b/src/gpl/src/mbff.cpp index 1549e9bfbc3..b5ff561b320 100644 --- a/src/gpl/src/mbff.cpp +++ b/src/gpl/src/mbff.cpp @@ -1116,7 +1116,7 @@ void MBFF::RunSilh(std::vector>& trays, } // run multistart_ in parallel - for (const auto [bit_idx, tray_idx] : ind) { + for (const auto& [bit_idx, tray_idx] : ind) { const int rows = GetRows(GetBitCnt(bit_idx), bitmask); const int cols = GetBitCnt(bit_idx) / rows;