Prefer std::regex, and modern C++ string search

This commit is contained in:
Robin Gareus 2025-11-11 19:04:16 +01:00
parent 7eb92253c6
commit f6a2ee0103
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
10 changed files with 59 additions and 114 deletions

View file

@ -17,7 +17,6 @@
*/
#include <math.h>
#include <regex.h>
#include <stdlib.h>
#include <sys/mman.h>
#include <sys/time.h>