Correct TODO list and regenerate docs.

[SVN r76131]
This commit is contained in:
John Maddock
2011-12-24 13:14:17 +00:00
parent d7578f242c
commit 5ada2d8169
3 changed files with 1 additions and 9 deletions

View File

@@ -27,12 +27,6 @@
<li class="listitem">
Add an adapter backend for complex number types.
</li>
<li class="listitem">
Add an adapter backend for rational types.
</li>
<li class="listitem">
Test integer types with Boost.Rational.
</li>
<li class="listitem">
Adapt libtommath code to make an all C++ fixed precision integer type.
</li>

View File

@@ -48,7 +48,7 @@
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: December 24, 2011 at 13:09:42 GMT</small></p></td>
<td align="left"><p><small>Last revised: December 24, 2011 at 13:13:53 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

View File

@@ -1027,8 +1027,6 @@ More a list of what ['could] be done, rather than what ['should] be done (which
* Add backend support for libdecNumber.
* Add an adapter backend for complex number types.
* Add an adapter backend for rational types.
* Test integer types with Boost.Rational.
* Adapt libtommath code to make an all C++ fixed precision integer type.
[endsect]