Update of /cvsroot/boost/boost/libs/serialization/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20008

Modified Files:
      Tag: RC_1_34_0
        release.html 
Log Message:
fix spirit link

Index: release.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/serialization/doc/release.html,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -d -r1.12.2.1 -r1.12.2.2
--- release.html        5 Apr 2006 04:54:57 -0000       1.12.2.1
+++ release.html        4 Jun 2006 15:12:45 -0000       1.12.2.2
@@ -40,7 +40,7 @@
 We have found that all tests pass using spirit 1.6x. Spirit 1.8 and higher 
does not work with
 older compilers - specificallly MSVC 6, Borland and GCC < 3.0.
 If you are using one of these compilers, you may download a version
-of spirit 1.6 <a 
href="http://spirit.sourceforge.net/index.php?doc=download/index.html";>here</a>.
+of spirit 1.6 <a href="http://spirit.sourceforge.net/";>here</a>.
 To use this downloaded version rather than the one included with boost,
 set an environmental variable SPIRIT_ROOT to be equal to the root 
 directory where the downloaded copy of spirit has been placed. E. G.
@@ -99,7 +99,7 @@
     is fixed in this version.  Unfortunately, the fix breaks serialization of
     <code style="white-space: normal">std::map</code> for those compilers 
which do not support
     partial template specialization.
-    <li>Floating point values which are number cannot be serialized to text 
base archives.
+    <li>Floating point values which are not a number(NaN) cannot be serialized 
to text base archives.
 </ul>
 <p>
 Aside from the above, there are a number of issus related to specific 
platforms.  
@@ -107,7 +107,7 @@
 
 
 <hr>
-<p><i>&copy; Copyright <a href="http://www.rrsd.com";>Robert Ramey</a> 
2002-2004. 
+<p><i>&copy; Copyright <a href="http://www.rrsd.com";>Robert Ramey</a> 
2002-2006. 
 Distributed under the Boost Software License, Version 1.0. (See
 accompanying file LICENSE_1_0.txt or copy at 
http://www.boost.org/LICENSE_1_0.txt)
 </i></p>



_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to