replace gnu regex wrapper with boost::regex

This commit is contained in:
Andrzej Rybczak
2013-04-06 16:47:03 +02:00
parent 66bd3e9782
commit 2b5f1b9fd4
12 changed files with 226 additions and 310 deletions

View File

@@ -21,6 +21,7 @@
#ifndef NCMPCPP_SETTINGS_H
#define NCMPCPP_SETTINGS_H
#include <boost/regex.hpp>
#include <cassert>
#include <vector>
#include <mpd/client.h>
@@ -193,7 +194,8 @@ struct Configuration
int playlist_disable_highlight_delay;
int message_delay_time;
int lyrics_db;
int regex_type;
boost::regex::flag_type regex_type;
unsigned lines_scrolled;
unsigned search_engine_default_search_mode;