agent_J
agent_J
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...
There should be ``void operator()`` instead of ``trap_exception()`` https://github.com/boostorg/safe_numerics/blob/13ca3d6dd36db1aac2d6b5caca2c281d15c881ad/include/boost/safe_numerics/exception_policies.hpp#L80
This function has been introduced in API Level 30. This commit enables support for dynamic use of the new API (in case the application would run on older OS versions).
This commit fixes errors when compiling with: -Wall -Werror -Wextra -Wconversion -Wsign-conversion