Skip to content

Using some C++11 features and try to reduce hardcoded values

Cengizhan Pasaoglu requested to merge cngzhnp/cmake:const_iterator_usage into master

To get rid of hardcoded values on implementation, they are replaced with some functions which are already in standard library.

Merge request reports