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:
Robert Ramey
2017-04-08 13:55:54 -07:00
28 changed files with 226 additions and 311 deletions

View File

@@ -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,