don't link with boost anymore as regex is handled by std now

This commit is contained in:
2020-03-29 21:24:31 +02:00
parent 8595978560
commit b53aeadb8e
5 changed files with 1 additions and 6 deletions

View File

@@ -8,7 +8,6 @@
#include <map>
#include <regex>
#include <ctime>
#include <boost/regex.hpp>
namespace utils
{