diff options
author | Fernando Cacciola <fernando.cacciola@gmail.com> | 2007-04-12 15:53:59 +0000 |
---|---|---|
committer | Fernando Cacciola <fernando.cacciola@gmail.com> | 2007-04-12 15:53:59 +0000 |
commit | 87fc61d6c6947defe65784948c7117a5a5ee8f52 (patch) | |
tree | ed510fccf7d5803644dcf213fa0066762751b004 /index.htm | |
parent | 8ae333a11f21bbf039519b83c5272aa62c8c7c46 (diff) | |
download | boost-87fc61d6c6947defe65784948c7117a5a5ee8f52.tar.gz |
Boost.Optional changes added to Updates section
[SVN r37423]
Diffstat (limited to 'index.htm')
-rw-r--r-- | index.htm | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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> |