VectorCamp / vectorscan

A portable fork of the high-performance regular expression matching library
https://www.vectorcamp.gr/project/vectorscan/
Other
478 stars 50 forks source link

phase 1 of addressing cppcheck useStlAlgorithm warnings for fill and copy operations #277

Closed isildur-g closed 1 month ago

isildur-g commented 1 month ago

this set only includes fill and copy operations.

isildur-g commented 1 month ago

Closes some: #252

isildur-g commented 1 month ago

one warning was skipped: ../src/fdr/teddy_engine_description.cpp:74:14: style: Consider using std::copy a lgorithm instead of a raw loop. [useStlAlgorithm]

addressing this one, ran into a conversion issue, will maybe revisit this one later.