From 640d1434bfefe804037da663056ede1265b41d8c Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 12 Jul 2001 15:31:15 +0000 Subject: [PATCH] Change absolute URL's to relative [SVN r10594] --- array.hpp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/array.hpp.html b/array.hpp.html index 6d517a2..6fd1ad0 100644 --- a/array.hpp.html +++ b/array.hpp.html @@ -39,7 +39,7 @@ #include <algorithm>

// FIXES for broken compilers
-#include <boost/config.hpp>
+#include <boost/config.hpp>

namespace boost {