2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#3210] refactor string utilities

- Rename util/strutil.h to util/str.h to escape redundancy.
- Simplify trim function.
- Remove unused functions.
- Get rid of the regex conditional compilation that helped Kea build
  with ancient compilers. Lack of proper regex functionality now results
  in failure in configure.ac.
This commit is contained in:
Andrei Pavel
2024-03-04 11:49:45 +02:00
parent 2be268f2ff
commit 260ad292e8
50 changed files with 990 additions and 1347 deletions

View File

@@ -42,7 +42,7 @@
#include <process/config_ctl_parser.h>
#include <util/encode/encode.h>
#include <util/multi_threading_mgr.h>
#include <util/strutil.h>
#include <util/str.h>
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>