Browse Source

Some additional functions added to optional (being new there won't be regressions)

[SVN r34411]
Fernando Cacciola 20 years ago
parent
commit
9395a721f3
5 changed files with 22 additions and 3 deletions
  1. 13 0
      index.htm
  2. 1 1
      libs/numeric/conversion
  3. 1 1
      libs/optional
  4. 1 1
      libs/utility
  5. 6 0
      status/explicit-failures-markup.xml

+ 13 - 0
index.htm

@@ -384,6 +384,19 @@
                             </ul>
                           </li>
 
+                          <li>
+                            <span class="library"><a href=
+                            "libs/optional/index.html">Optional
+                            Library</a>:</span>
+
+                            <ul>Added functionality:
+                              <li><code>optional&lt;T&gt;::optional( bool condition, T v )</code></li>
+                              <li><code>optional&lt;T&gt; make_optional( bool condition, T v )</code></li>
+                              <li><code>T optional&lt;T&gt;::get_value_or( T default )</code></li> 
+                              <li><code> T get_optional_value_or ( optional&lt;T&gt; o, T default )</code></li>
+                            </ul>
+                          </li>
+                          
                           <li>
                             <span class="library"><a href=
                             "libs/parameter/index.html">Parameter

+ 1 - 1
libs/numeric/conversion

@@ -1 +1 @@
-Subproject commit 62dd549c9e023da16eeac53489b21c43b0bd50b3
+Subproject commit d2652525b851310fd97b30149ac40818a27f34da

+ 1 - 1
libs/optional

@@ -1 +1 @@
-Subproject commit a77dff3e112471bdbd50181f39e012242741fc61
+Subproject commit 734e5b52835a79a820e88e96c69c4d9bcb1d5def

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit bf968794c95e7c8f081b909a105e90abedf57453
+Subproject commit e55610a0d08ea0567225d36dfb9a5ec6ee988394

+ 6 - 0
status/explicit-failures-markup.xml

@@ -2741,6 +2741,12 @@ for more information.
                 <note author="Fernando Cacciola" refid="3"/>
             </mark-failure>
         </test>
+        <test name="converter_test">
+            <mark-failure>
+                <toolset name="gcc-3.4.5_linux_x86_64"/>
+                <note author="Fernando Cacciola" refid="3"/>
+            </mark-failure>
+        </test>
     </library>
 
     <!-- numeric/interval -->

粤ICP备19079148号