Update TODO list.

[SVN r76103]
This commit is contained in:
John Maddock
2011-12-22 11:52:51 +00:00
parent 3327eb6b8b
commit ebe14443af
3 changed files with 3 additions and 4 deletions

View File

@@ -24,8 +24,7 @@
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Adapt Boost.Math special function tests for this library: will make a
very good test of arithmetic and std lib support.
Add backend support for libdecNumber.
</li>
<li class="listitem">
Add an adapter backend for complex number types.

View File

@@ -50,7 +50,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: November 30, 2011 at 12:15:51 GMT</small></p></td>
<td align="left"><p><small>Last revised: December 22, 2011 at 11:51:46 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

View File

@@ -966,7 +966,7 @@ a variable of B, `cb` and `cb2` are constant variables of type B, `a` is a varia
More a list of what ['could] be done, rather than what ['should] be done (which may be a much smaller list!).
* Adapt Boost.Math special function tests for this library: will make a very good test of arithmetic and std lib support.
* 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.