Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new method Key() to the concept of a Handler #133

Closed
wants to merge 10 commits into from

Conversation

Kosta-Github
Copy link
Contributor

for more details see: #132

@@ -181,6 +182,7 @@ struct BaseReaderHandler {
bool Double(double) { return static_cast<Override&>(*this).Default(); }
bool String(const Ch*, SizeType, bool) { return static_cast<Override&>(*this).Default(); }
bool StartObject() { return static_cast<Override&>(*this).Default(); }
bool Key(const Ch*, SizeType, bool) { return static_cast<Override&>(*this).Default(); }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you forward to String instead, as suggested in #132?
This might fix some handlers, properly inheriting from BaseReaderHandler.

@Kosta-Github Kosta-Github deleted the Kosta/Handler_Key branch September 4, 2014 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants