Closed jiayuehua closed 1 year ago
gather algorithm is a mutation algorithm, so its range parameter should not be const reference type.
@mclow
Looks reasonable. Consider cloning gather_test1.cpp for the range variant.
gather algorithm is a mutation algorithm, so its range parameter should not be const reference type.