Fix compilation error with boost 1.61

This commit is contained in:
Denis 2016-09-12 12:49:40 +02:00 committed by Denis Kasak
parent a3b573e110
commit 1856b8c490

View file

@ -92,7 +92,7 @@ public:
typedef std::pair<optional<value_t>, bool> tag_data_t;
typedef std::map<string, tag_data_t,
function<bool(string, string)> > string_map;
std::function<bool(string, string)> > string_map;
state_t _state;
optional<date_t> _date;