Merge pull request #465 from dkasak/patch-1

Fix compilation error with boost 1.61
This commit is contained in:
Alexis Hildebrandt 2016-09-26 18:19:52 +02:00 committed by GitHub
commit 258cab91ab

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;