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

Esse commit está contido em:
2020-03-29 21:24:31 +02:00
commit d671bc15e2
5 arquivos alterados com 1 adições e 6 exclusões

Ver Arquivo

@@ -1,6 +1,5 @@
#ifndef PARSER_H
#define PARSER_H
#include <boost/regex.hpp>
#include "iparser.h"