-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Static_assert failed "incompatible pointer type" with Xcode #751
Labels
state: please discuss
please discuss the issue or vote for your favorite option
Comments
Here are all the outputs of the compiler.
|
Could you post the code sample? I have an idea already but I prefer to be sure. |
Any news here? |
Closing ticket due to inactivity. Please reopen if needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just simply include json.hpp, using Xcode. And this error occurs while building.
Here is the place where the issue appears(3368).
The compiler also says no matching function for call to 'get_impl_ptr' at line 3379.
Already added -std=c++11.
The compiler is Apple LLVM 8.1.
The text was updated successfully, but these errors were encountered: