Skip to content

"_use math defines" bugfix - #10

Merged
gabryelreyes merged 2 commits into
mainfrom
bugfix/_USE_MATH_DEFINES
Nov 8, 2024
Merged

"_use math defines" bugfix#10
gabryelreyes merged 2 commits into
mainfrom
bugfix/_USE_MATH_DEFINES

Conversation

@BlueAndi

Copy link
Copy Markdown
Owner

"_USE_MATH_DEFINES" must be defined at project level to ensure that its applied for the math. include. Otherwise the math. might be included already, but without "_USE_MATH_DEFINES" which will raise an error that M_PI is not defined.

…ts applied for the math. include. Otherwise the math. might be included already, but without "_USE_MATH_DEFINES" which will raise an error that M_PI is not defined.
@gabryelreyes
gabryelreyes merged commit f9bfe66 into mainNov 8, 2024
@gabryelreyes
gabryelreyes deleted the bugfix/_USE_MATH_DEFINES branch November 8, 2024 15:38
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@BlueAndi@gabryelreyes