Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qver/Under Flow Detection via number::convert_to<T>() #592

Open
PaltryProgrammer opened this issue Jan 28, 2024 · 0 comments
Open

Qver/Under Flow Detection via number::convert_to<T>() #592

PaltryProgrammer opened this issue Jan 28, 2024 · 0 comments

Comments

@PaltryProgrammer
Copy link

PaltryProgrammer commented Jan 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant