mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-22 03:32:24 +00:00
Implement correctly ranged return types from safe operations. Before, anything checked at runtime returned the whole range for the underlying variable.
Still pending and, or and xor operations
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
#include <limits>
|
||||
|
||||
#include "../include/cpp.hpp"
|
||||
#include "../include/automatic.hpp"
|
||||
#include "../include/exception.hpp"
|
||||
#include "../include/safe_integer.hpp"
|
||||
#include "../include/safe_range.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user