diff --git a/doc/index.html b/doc/index.html index f6eb28e..3e7b50f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -43,6 +43,22 @@ Acknowledgements +
In addition to portable errors codes and conditions supported by the
+error_code.hpp
header, system-specific headers support the Cygwin, Linux,
+and Windows platforms. These headers are effectively no-ops if included for
+platforms other than their intended target.
Class error_code
and error_condition
are designed as a value types so
they can be copied
@@ -117,7 +137,7 @@ Distributed under the Boost Software License, Version 1.0. See
www.boost.org/LICENSE_1_0.txt
Revised -September 14, 2007 +November 12, 2007