Don't inherit context from parse_context

This commit is contained in:
Victor Zverovich
2018-01-14 09:27:40 -08:00
parent 217e7c76f1
commit 67928eae28
4 changed files with 38 additions and 28 deletions

View File

@@ -1694,6 +1694,7 @@ struct test_context {
void on_error(const char *) {}
constexpr test_context &parse_context() { return *this; }
constexpr test_context error_handler() { return *this; }
};