Browse Source

Boost.Ratio: Added Boost.Ratio data

[SVN r67643]
Vicente J. Botet Escriba 15 years ago
parent
commit
c5931b2117
2 changed files with 5 additions and 1 deletions
  1. 4 0
      libs/libraries.htm
  2. 1 1
      libs/maintainers.txt

+ 4 - 0
libs/libraries.htm

@@ -249,6 +249,8 @@ how to download, build, and install the libraries.</p>
         range-based algorithms, as well as range-based algorithms and range
         adaptors that allow for efficient and very expressive code, from
         Thorsten Ottosen and Neil Groves.</li>
+    <li><a href="ratio/index.html">ratio</a> - Compile time rational arithmetic,
+        from Vicente J. Botet Escrib&aacute.</li>
     <li><a href="rational/index.html">rational</a> - A rational
         number class, from Paul Moore.</li>
 
@@ -576,6 +578,8 @@ how to download, build, and install the libraries.</p>
         and Jeremy Siek.</li>
     <li><a href="random/index.html">random</a> - A complete
         system for random number generation, from Jens Maurer.</li>
+    <li><a href="ratio/index.html">ratio</a> - A compile time ratio arithmetic,
+        from Vicente J. Botet Escrib&aacute.</li>
     <li><a href="rational/index.html">rational</a> - A rational
         number class, from Paul Moore.</li>
     <li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra

+ 1 - 1
libs/maintainers.txt

@@ -38,7 +38,6 @@ functional/forward    Tobias Schwinger <tschwinger -at- isonews2.com>
 functional/hash       Daniel James <dnljms -at- gmail.com>
 fusion                Joel de Guzman <joel -at- boost-consulting.com>, Dan Marsden <danmarsden -at- yahoo.co.uk>, Tobias Schwinger <tschwinger -at- isonews2.com>
 function_types        Tobias Schwinger <tschwinger -at- isonews2.com>
-geometry              Barend Gehrels <barend -at- geodan.nl>, Bruno Lalande <bruno.lalande -at- gmail.com> and Mateusz Loskot <mateusz -at- loskot.net>
 gil                   Lubomir Bourdev <lbourdev -at- adobe.com>, Hailin Jin <hljin -at- adobe.com>
 graph                 Andrew Sutton <asutton -at- cs.kent.edu>
 icl                   Joachim Faulhaber <afojgo -at- gmail.com>
@@ -72,6 +71,7 @@ ptr_container         Thorsten Ottosen <nesotto -at- cs.auc.dk>
 python                David Abrahams <dave -at- boost-consulting.com>
 random                Jens Maurer <Jens.Maurer -at- gmx.net>
 range                 Neil Groves <neilgroves -at- googlemail.com>
+ratio                 Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>
 rational              Jonathan Turkanis <turkanis -at- coderage.com>
 regex                 John Maddock <john -at- johnmaddock.co.uk>
 scope_exit            Alexander Nasonov <alexander.nasonov -at- gmail.com>

粤ICP备19079148号