Gennaro Prota 20 лет назад
Родитель
Сommit
6c4fa9d14f
2 измененных файлов с 31 добавлено и 31 удалено
  1. 8 8
      configure
  2. 23 23
      index.htm

+ 8 - 8
configure

@@ -268,22 +268,22 @@ INCLUDEDIR=$INCLUDEDIR
 LIBS=$LIBS
 
 all: .dummy
-	@echo "\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS)"
-	@\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS) || \\
-	echo "Not all Boost libraries built properly."
+    @echo "\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS)"
+    @\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS) || \\
+    echo "Not all Boost libraries built properly."
 
 clean: .dummy
-	rm -rf bin
+    rm -rf bin
 
 distclean: clean
-	rm -rf Makefile config.log
+    rm -rf Makefile config.log
 
 check: .dummy
-	@cd status && ../\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) test || echo "Some Boost regression tests failed. This is normal."
+    @cd status && ../\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) test || echo "Some Boost regression tests failed. This is normal."
 
 install: .dummy
-	@echo "\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install"
-	@\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install || echo "Not all Boost libraries built properly."
+    @echo "\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install"
+    @\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install || echo "Not all Boost libraries built properly."
 
 .dummy:
 

+ 23 - 23
index.htm

@@ -339,26 +339,26 @@
                           <li><span class="library"><a href=
                           "libs/multi_array/index.html">MultiArray
                           Library</a>:</span> 
-			    <ul>
-			      <li>Boost.MultiArray now by default
+                <ul>
+                  <li>Boost.MultiArray now by default
                               provides range-checking for
-			      <code>operator[]</code>. Range checking can be
-			      disabled by defining the macro
-			      <code>BOOST_DISABLE_ASSERTS</code> before 
-			      including <tt>multi_array.hpp</tt>.</li> 
-
-			      <li> A bug in
-			      <code>multi_array::resize()</code> related
-			      to storage orders was fixed.</li>
-
-			      <li><code>multi_array::resize()</code>
-			      can now be called with a model of
-			      the <code>Collection</code> concept to
-			      specify the new extents.</li>
-
-			      <li>A bug in the comparison routine for
-			      view iterators was fixed.</li>
-			    </ul>
+                  <code>operator[]</code>. Range checking can be
+                  disabled by defining the macro
+                  <code>BOOST_DISABLE_ASSERTS</code> before 
+                  including <tt>multi_array.hpp</tt>.</li> 
+
+                  <li> A bug in
+                  <code>multi_array::resize()</code> related
+                  to storage orders was fixed.</li>
+
+                  <li><code>multi_array::resize()</code>
+                  can now be called with a model of
+                  the <code>Collection</code> concept to
+                  specify the new extents.</li>
+
+                  <li>A bug in the comparison routine for
+                  view iterators was fixed.</li>
+                </ul>
                           </li>
 
                           <li>
@@ -562,12 +562,12 @@
                               30-40%, depending on the concrete files to process. </li>
 
                               <li>Support for new pragmas has been added allowing to 
-							   control certain library features from inside the 
-							   preprocessed sources (partial output redirection, 
-							   control of generated whitespace and #line directives).</li>
+                               control certain library features from inside the 
+                               preprocessed sources (partial output redirection, 
+                               control of generated whitespace and #line directives).</li>
 
                               <li>Optional support for #pragma message &quot;...&quot; 
-							   has been added. </li>
+                               has been added. </li>
                               <li>This version also includes a number of bug
                               fixes and usage improvements. For a complete
                               list of changes, see the libraries <a href=

粤ICP备19079148号