Closed cschreib closed 4 years ago
Now that the library no longer supports C++03, we should be able to get rid of the foreach macro and use language range-based for loop whenever we can.
foreach
Now that the library no longer supports C++03, we should be able to get rid of the
foreach
macro and use language range-based for loop whenever we can.