diff --git a/doc/checking.htm b/doc/checking.htm index 6e82af5..aedd40b 100644 --- a/doc/checking.htm +++ b/doc/checking.htm @@ -187,15 +187,14 @@ if the base type does not have corresponding values).
intervals, thenchecking_base<T> is a possibility.
checking_catch_nan<T,
- checking_no_empty<T> > can help you. This is the default
- policy and it is also called
- interval_lib::checking_strict.checking_no_nan<T, checking_no_empty<T> >.
Please note that if T does not have a way to represent
invalid numbers, then this policy will behave the same way as
- checking_no_empty<T>.checking_no_empty<T>. This is the default policy and
+ it is also called interval_lib::checking_strict.
checking_no_nan<T>
should be used.Revised: 2003-01-19
-Copyright (c) Guillaume Melquiond, Sylvain Pion, Hervé Brönnimann, 2002.
-Polytechnic University.
Revised: 2003-04-24
+Copyright (c) Guillaume Melquiond, Sylvain Pion, Hervé Brönnimann, 2002.
+Polytechnic University.
+Copyright (c) Guillaume Melquiond, 2003.