Merge branch 'develop' into feature/sax2

This commit is contained in:
Niels Lohmann 2018-03-09 21:56:30 +01:00
commit 35e43df625
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
6 changed files with 92 additions and 91 deletions

View file

@ -434,6 +434,7 @@ class parser
if (keep and callback and not callback(depth, parse_event_t::value, result))
{
result.m_value.destroy(result.m_type);
result.m_type = value_t::discarded;
}
}