mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-22 15:42:30 +00:00
Merge commit '6bd16a0ec91c800000b939e19972ad44f6d79feb' into develop
# Conflicts: # doc/boostbook/cpp.xml # doc/boostbook/eliminate_runtime_penalty.xml # doc/boostbook/exception_policy_concept.xml # doc/boostbook/promotion_policy_concept.xml # doc/boostbook/safe.xml # doc/boostbook/safe_introduction.xml # doc/boostbook/safe_numeric_concept.xml # doc/boostbook/safe_range.xml # doc/boostbook/trap_exception.xml # doc/boostbook/tutorial.xml # examples/example7.cpp
This commit is contained in:
@@ -16,7 +16,7 @@ using safe_t = safe_signed_range<
|
||||
trap_exception
|
||||
>;
|
||||
|
||||
// define variables use for input
|
||||
// define variables used for input
|
||||
using input_safe_t = safe_signed_range<
|
||||
-24,
|
||||
82,
|
||||
|
||||
Reference in New Issue
Block a user