Skip to content

C++11 modernization: ST/STAlgorithms

Gerhard Raven requested to merge master-stalgorithms-c++11 into master

replace bind with lambda qualify virtual function implmentation declaration with override replace BOOST_FOREACH with range-based for remove redundant code prefer STL algortihms over raw loops

Merge request reports