Skip to content
New issue

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

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

Already on GitHub? # to your account

The Reader example in the SAX section documentation doesn't compile #650

Closed
rfeneon opened this issue Jun 7, 2016 · 0 comments
Closed
Labels

Comments

@rfeneon
Copy link

rfeneon commented Jun 7, 2016

The method 'RawNumber' is missing from MyHandler.
It would probably be better if MyHandler inherited from BaseReaderHandler in the sample code:

- struct MyHandler {
+ struct MyHandler : public BaseReaderHandler<UTF8<>, MyHandler> {
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants