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

Unnecessary injection of std::string dependency for BOOST_NO_EXCEPTIONS #128

Open
jplcz opened this issue Sep 30, 2022 · 0 comments
Open

Comments

@jplcz
Copy link

jplcz commented Sep 30, 2022

When using safe_numerics in embedded system (kernel mode code), where exceptions are disabled, uncessary dependency on std::string is created (std::exception and friends, as well). Currently I have patched this out locally via #ifdef BOOST_NO_EXCEPTIONS, however maybe there might be better solution ?

} safe_numerics_error_category {};

} safe_numerics_actions_category {};

@jplcz jplcz changed the title Unnecessary injection of std::string dependency Unnecessary injection of std::string dependency for BOOST_NO_EXCEPTIONS Sep 30, 2022
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