Closed mhetrick closed 6 years ago
What OS does the warning appear on? I'd actually rather just add a custom absf to math.hpp than use any of the std math functions. I guess technically nothing in C++ is defined outside of std...
absf
std
I was getting the warning on Mac. I can check to see if it also appears on Windows.
What OS does the warning appear on? I'd actually rather just add a custom
absf
to math.hpp than use any of thestd
math functions. I guess technically nothing in C++ is defined outside ofstd
...