-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
pure virtual conversion operator #346
Comments
I cannot reproduce the issue with Clang 3.5-3.8 as well as Apple's clang-800.0.42.1. Not sure what to do about this. |
FYI, its interesting one however I could not solve it, so decided to ask here with minimal example http://stackoverflow.com/questions/40442956/clang-vs-gcc-in-abstract-class-handling-in-compile-time |
it's not really json library issue at all, though it helps to surface the difference in compiler behavior |
Thanks for reporting and opening the thread at SO. There is already an answer, so I close this issue here. If anything related to the library comes up, please let me know. |
Consider the following code.
When you have the conversion operator as a pure virtual function, it will give me the following error.
The text was updated successfully, but these errors were encountered: