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
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 ?
The text was updated successfully, but these errors were encountered:
jplcz
changed the title
Unnecessary injection of std::string dependency
Unnecessary injection of std::string dependency for BOOST_NO_EXCEPTIONS
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/include/boost/safe_numerics/exception.hpp
Line 118 in 13ca3d6
safe_numerics/include/boost/safe_numerics/exception.hpp
Line 190 in 13ca3d6
The text was updated successfully, but these errors were encountered: