Przeglądaj źródła

Replaced some funky characters in Jaakko's last name with
ä entity.



[SVN r51627]

Frank Mori Hess 17 lat temu
rodzic
commit
f99ca3df41
1 zmienionych plików z 9 dodań i 9 usunięć
  1. 9 9
      libs/libraries.htm

+ 9 - 9
libs/libraries.htm

@@ -164,7 +164,7 @@ how to download, build, and install the libraries.</p>
         construction framework, adaptors, concepts, and more, from Dave
         Abrahams, Jeremy Siek, and Thomas Witt.</li>
     <li><a href="lambda/index.html">lambda</a> - Define small unnamed
-    function objects at the actual call site, and more, from Jaakko J?rvi and
+    function objects at the actual call site, and more, from Jaakko J&auml;rvi and
     Gary Powell.</li>
     <li><a href="math/doc/index.html">math</a> - Several contributions in the
     domain of mathematics, from various authors.</li>
@@ -260,8 +260,8 @@ how to download, build, and install the libraries.</p>
     String algorithms library, from Pavol Droba.</li>
     <li><a href="utility/swap.html">swap</a> -
     Enhanced generic swap function, from Joseph Gauterin.</li>
-    <li><a href="system/doc/index.html">system</a> - Operating system support, 
-    including the diagnostics support that will be part of the C++0x standard 
+    <li><a href="system/doc/index.html">system</a> - Operating system support,
+    including the diagnostics support that will be part of the C++0x standard
     library, from Beman Dawes.</li>
     <li><a href="test/index.html">test</a> - Support for simple program testing,
     full unit testing, and for program
@@ -277,7 +277,7 @@ how to download, build, and install the libraries.</p>
     	Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
     <li><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
     <li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
-    from Jaakko J?rvi.</li>
+    from Jaakko J&auml;rvi.</li>
     <li><a href="type_traits/index.html">type_traits</a> -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
@@ -414,7 +414,7 @@ how to download, build, and install the libraries.</p>
         A TR1 hash function object that can be extended to hash user defined
         types, from Daniel James.</li>
     <li><a href="lambda/index.html">lambda</a> - Define small unnamed
-    function objects at the actual call site, and more, from Jaakko J?rvi and
+    function objects at the actual call site, and more, from Jaakko J&auml;rvi and
     Gary Powell.</li>
 
     <li><a href="bind/ref.html">ref</a> - A utility library for
@@ -465,7 +465,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="function_types/index.html">function_types</a> - Type traits
         for callable, built-in types, from Tobias Schwinger</li>
     <li><a href="fusion/index.html">fusion</a> -
-        Library for working with tuples, including various containers, 
+        Library for working with tuples, including various containers,
     algorithms, etc. From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
     <li><a href="mpl/doc/index.html">mpl</a> - Template metaprogramming
     framework of compile-time algorithms, sequences and metafunction classes,
@@ -572,7 +572,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="ptr_container/index.html">pointer container</a>
     - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
     <li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
-    from Jaakko Järvi.</li>
+    from Jaakko J&auml;rvi.</li>
     <li><a href="variant/index.html">variant</a> - Safe, generic, stack-based
     discriminated union container, from Eric Friedman and Itay Maman.</li>
 </ul>
@@ -681,8 +681,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     maintainable C++ code, from Andreas Huber.</li>
     <li><a href="utility/swap.html">swap</a> -
     Enhanced generic swap function, from Joseph Gauterin.</li>
-    <li><a href="system/doc/index.html">system</a> - Operating 
-    system support, including the diagnostics support that will be part of the 
+    <li><a href="system/doc/index.html">system</a> - Operating
+    system support, including the diagnostics support that will be part of the
     C++0x standard library, from Beman Dawes.</li>
     <li><a href="timer/index.html">timer</a> - Event timer,
     progress timer, and progress display classes, from Beman

粤ICP备19079148号