Skip to content

Remove regex dependency

Olivier BICHLER requested to merge rm_regex into dev

Remove regex dependency, which is heavy (5% of the whole Aidge library)!

For future reference: DO NOT add C++ STL regex dependency without discussion on the absolute necessity to add such dependency. For small string search and replacement, prefer ad-hoc functions.

Edited by Olivier BICHLER

Merge request reports

Loading