+Arx/src/io/IniSection.cpp:71:28: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] +Arx/tools/crashreporter/ErrorReport.cpp:183:4: style: Consider using std::count_if algorithm instead of a raw loop. [useStlAlgorithm]