+Arx/src/ai/PathFinder.cpp:127:28: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] +Arx/src/ai/PathFinder.cpp:182:28: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] +Arx/src/game/NPC.cpp:1710:54: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] +Arx/src/gui/MenuWidgets.cpp:3050:3: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] +Arx/src/io/IniSection.cpp:75:28: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] +Arx/tools/crashreporter/ErrorReport.cpp:729:4: style: Consider using std::count_if algorithm instead of a raw loop. [useStlAlgorithm]