diff --git a/array.hpp.html b/array.hpp.html index 3a51cac..6d517a2 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 {

diff --git a/array.html b/array.html index 8ddb880..217283e 100644 --- a/array.html +++ b/array.html @@ -272,7 +272,7 @@
  • as HTML file
  • - as plain file
  • + as plain file

    Simple Example for using array<>:

  • as HTML file
  • @@ -298,12 +298,7 @@
  • as HTML file
  • as plain file
  • -

    All files -

  • as ZIP file - (24KB)
  • -
  • as TGZ file - (13KB)
    -
    +

    To find more details about using ordinary arrays in C++ and the framework of the STL, see e.g.
         The C++ @@ -312,7 +307,7 @@ M. Josuttis

         Addison Wesley Longman, 1999

         ISBN 0-201-37926-0

    -

  • +

    Home Page of Nicolai Josuttis