Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26333

Modified Files:
      Tag: RC_1_34_0
        index.htm 
Log Message:
Boost.Optional changes added to Updates section

Index: index.htm
===================================================================
RCS file: /cvsroot/boost/boost/index.htm,v
retrieving revision 1.266.2.16
retrieving revision 1.266.2.17
diff -u -d -r1.266.2.16 -r1.266.2.17
--- index.htm   23 Feb 2007 02:20:33 -0000      1.266.2.16
+++ index.htm   12 Apr 2007 15:53:59 -0000      1.266.2.17
@@ -402,6 +402,23 @@
 
                           <li>
                             <span class="library"><a href=
+                            "libs/optional/index.html">Optional 
Library</a>:</span>
+                            
+                            <ul>
+                            <li><code>boost::none_t and boost::none</code> now 
added to Optional's documentation</li>
+                            <li>Relational operators now directly support 
arguments of type <code>'T'</code> and <code>'none_t'</code></li>
+                            <li>operator->() now also works with reference 
types.</li>
+                            <li>Helper functions <code>make_optional(val), 
make_optional(cond,val) and
+                            
get_optional_value_or(opt,alternative_value)</code> added.</li>
+                            <li>Constructor taking a boolean condition (as 
well as a value) added.</li>
+                            <li>Member function 
<code>get_value_or(alternative_value)</code> added.</li>
+                            <li>Incompatbility bug with mpl::apply<> 
fixed.</li>
+                            <li>Converting assignment bug with uninitialized 
lvalues fixed.</li>
+                            </ul>
+                          </li>
+                          
+                          <li>
+                            <span class="library"><a href=
                             "libs/parameter/index.html">Parameter
                             Library</a>:</span>
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to