You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vNext note: Resolving this issue will require breaking binary compatibility. We won't be able to accept pull requests for this issue until the vNext branch is available. See #169 for more information.
The text was updated successfully, but these errors were encountered:
@frederick-vs-ja Yes, but you have to be very careful about searching for usage. Some of them are cleverly macroized for float/double/long double variants, so the identifiers appear to be unused at first.
There are floating point DLL-exported constants that should be audited: removed if unused, otherwise changed to constant expressions
STL/stl/src/xmath.hpp
Lines 69 to 73 in 9231abe
STL/stl/src/xmath.hpp
Lines 77 to 85 in 9231abe
STL/stl/src/xmath.hpp
Lines 113 to 115 in 9231abe
STL/stl/src/xmath.hpp
Lines 142 to 144 in 9231abe
STL/stl/src/xmath.hpp
Lines 170 to 172 in 9231abe
vNext note: Resolving this issue will require breaking binary compatibility. We won't be able to accept pull requests for this issue until the vNext branch is available. See #169 for more information.
The text was updated successfully, but these errors were encountered: