Boost logo

Boost-Commit :

From: garcia_at_[hidden]
Date: 2007-09-20 15:39:53


Author: garcia
Date: 2007-09-20 15:39:53 EDT (Thu, 20 Sep 2007)
New Revision: 39424
URL: http://svn.boost.org/trac/boost/changeset/39424

Log:
Updated. Added links for constrained value.

Text files modified:
   trunk/more/report-sep-2007.html | 15 +++++++++++----
   1 files changed, 11 insertions(+), 4 deletions(-)

Modified: trunk/more/report-sep-2007.html
==============================================================================
--- trunk/more/report-sep-2007.html (original)
+++ trunk/more/report-sep-2007.html 2007-09-20 15:39:53 EDT (Thu, 20 Sep 2007)
@@ -293,9 +293,14 @@
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field"><th class="field-name">Author:</th><td class="field-body">Robert Kawulak</td>
+<tr class="field"><th class="field-name">Author:</th><td class="field-body"><p class="first">Robert Kawulak</p>
+</td>
 </tr>
-<tr class="field"><th class="field-name">Description:</th><td class="field-body">The Constrained Value library contains class templates
+<tr class="field"><th class="field-name">Download:</th><td class="field-body"><p class="first"><a class="reference external" href="http://rk.go.pl/f/constrained_value.zip">http://rk.go.pl/f/constrained_value.zip></p>
+<p><a class="reference external" href="
http://rk.go.pl/r/constrained_value">http://rk.go.pl/r/constrained_value> (Documentation)</p>
+</td>
+</tr>
+<tr class="field"><th class="field-name">Description:</th><td class="field-body"><p class="first">The Constrained Value library contains class templates
 useful for creating constrained objects. The simplest example
 of a constrained object is hour. The only valid values for an hour
 within a day are integers from the range [0, 23]. With this library,
@@ -306,9 +311,11 @@
 bounded objects). Virtually any constraint can be imposed using
 appropriate predicate. You can specify what happens in case of
 assignment of an invalid value, e.g. an exception may be thrown or
-the value may be adjusted to meet the constraint criterions.</td>
+the value may be adjusted to meet the constraint criterions.</p>
+</td>
 </tr>
-<tr class="field"><th class="field-name">Status:</th><td class="field-body">I'm planning to finish it in 1-2 months.</td>
+<tr class="field"><th class="field-name">Status:</th><td class="field-body"><p class="first last">I'm planning to finish it in 1-2 months.</p>
+</td>
 </tr>
 </tbody>
 </table>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk