From ebe14443af47cca1fb3ac3db36d8bb367af092b3 Mon Sep 17 00:00:00 2001
From: John Maddock
Date: Thu, 22 Dec 2011 11:52:51 +0000
Subject: [PATCH] Update TODO list.
[SVN r76103]
---
doc/html/boost_multiprecision/map/todo.html | 3 +--
doc/html/index.html | 2 +-
doc/multiprecision.qbk | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/doc/html/boost_multiprecision/map/todo.html b/doc/html/boost_multiprecision/map/todo.html
index 977961ff..7d07e878 100644
--- a/doc/html/boost_multiprecision/map/todo.html
+++ b/doc/html/boost_multiprecision/map/todo.html
@@ -24,8 +24,7 @@
-
- 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.
diff --git a/doc/html/index.html b/doc/html/index.html
index 9abc8978..a404ace7 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -50,7 +50,7 @@
-Last revised: November 30, 2011 at 12:15:51 GMT |
+Last revised: December 22, 2011 at 11:51:46 GMT |
|
diff --git a/doc/multiprecision.qbk b/doc/multiprecision.qbk
index d074fe83..5e717788 100644
--- a/doc/multiprecision.qbk
+++ b/doc/multiprecision.qbk
@@ -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.