summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm17
1 files changed, 17 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index 15e51f1acf..dd20af5544 100644
--- a/index.htm
+++ b/index.htm
@@ -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>