-
Notifications
You must be signed in to change notification settings - Fork 55
tweeny-3.2.0.h(1906,25): error C2589: '(': illegal token on right side of '::' #44
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
Comments
oooh no win support. that's too bad, it looks to be a really desirable library to have in my project thanks! |
Hey, it should work on windows! Can you post the complete error log and also the command that VS is using? Also, what is your toolchain? |
Microsoft Visual Studio Community 2022 (64-bit) - Current i put tweeny-3.2.0.h in the root of my project I included and called this line I'm using hope this help |
Thanks, I'll try to reproduce it. |
uploading basic vs2022 project with the issue |
I just found about this header file(sounds great). but when i'm trying to use it on my visual studio 2022 project i get this error by just adding this two lines
#include <tweeny-3.2.0.h>
auto test = tweeny::from(1.0f).to(0.0f).during(10);
not sure if it's a template thing, a namespace thing or a compatibility of the compiler. has anybody else face this?
Regards
The text was updated successfully, but these errors were encountered: