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
greetings & kind regards number::convert_to<T>() as near as i can discern does not report under/overflow . is there a means to detect same? other than exempli gratia :
cpp_int _cpp_int = 0x159357;
auto _int =_cpp_int.convert_to<int>();
auto _overflow = _int != _cpp_int;
thank you kindly
The text was updated successfully, but these errors were encountered:
greetings & kind regards
number::convert_to<T>()
as near as i can discern does not report under/overflow . is there a means to detect same? other than exempli gratia :thank you kindly
The text was updated successfully, but these errors were encountered: