From 1b7c462afe1ef137f8d2d3b5c97f57d7d69a9ab5 Mon Sep 17 00:00:00 2001
From: Daniel James
Date: Sun, 10 Feb 2008 15:02:17 +0000
Subject: [PATCH] Point links to the pages that used to be in 'more' to the
site.
[SVN r43210]
---
dynamic_bitset.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dynamic_bitset.html b/dynamic_bitset.html
index 13d9596..3c490c9 100644
--- a/dynamic_bitset.html
+++ b/dynamic_bitset.html
@@ -489,7 +489,7 @@ were chosen for this reason.
dynamic_bitset does not throw exceptions when a
precondition is violated (as is done in std::bitset).
Instead assert is used. See the guidelines for Error and Exception Handling
+"http://www.boost.org/more/error_handling.html">Error and Exception Handling
for the explanation.