Merge pull request #465 from dkasak/patch-1
Fix compilation error with boost 1.61
This commit is contained in:
commit
258cab91ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue