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
See if it is possible to invoke the rounding function with std::integral_constant instead of the "int round" argument, that way
implementations could do compile time decisions based on the round, if they want to.
See if it is possible to invoke the rounding function with std::integral_constant instead of the "int round" argument, that way
implementations could do compile time decisions based on the round, if they want to.