-
Notifications
You must be signed in to change notification settings - Fork 460
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
warning C4291: 'void *JPH::Vec3::operator new(size_t,void *) noexcept' #1402
Comments
I fixed it by suppressing the warning in Core.h
|
It seems I forgot the placement delete operators. Unfortunately I cannot reproduce the warning myself (am on the latest VS2022). Can you try if this fix works for you? If it doesn't, what commandline options are you compiling with? |
Hi, |
Hi,
When compliling under VS 2022 I'm getting this warning, seams caused by the new operator overload changes:
Gets triggered in StaticArray copy constructor (StaticArray(const StaticArray<T, N> &inRHS))
Any thoughts?
Thanks,
Amer
The text was updated successfully, but these errors were encountered: