-
Notifications
You must be signed in to change notification settings - Fork 86
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
(StructName) {...} gives error C4576 with MSVC #76
Comments
It's still not fixed |
do u have solution for that ? |
Is this still an issue? |
Not an issue, not coding in C++ anymore |
@megapro17 you need to use |
Example on line :
raylib-cpp/examples/core/core_3d_camera_first_person.cpp
Line 66 in 2245a4f
If I remove the brackets around Vector3, it works. (it also works without casting)
The issue has been encountered by a realib user. See pull request raysan5/raygui#44
and issue raysan5/raygui#33
The text was updated successfully, but these errors were encountered: