Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / outcome / doc / html / reference / macros / try.html
index 05e38ec..ea7f183 100644 (file)
@@ -25,6 +25,9 @@
 
 <p>Default overloads for these customisation points are provided. See <a href="../../recipes/foreign-try.html">the recipe for supporting foreign input to <code>BOOST_OUTCOME_TRY</code></a>.</p>
 
+<p>Hints are given to the compiler that the expression will be successful. If you expect failure, you should use <a href="../../reference/macros/try_failure_likely.html" class="api-reference"><code>BOOST_OUTCOME_TRY_FAILURE_LIKELY(var, expr)</code></a>
+ instead.</p>
+
 <p><em>Overridable</em>: Not overridable.</p>
 
 <p><em>Definition</em>: See <a href="../../reference/macros/tryv.html" class="api-reference"><code>BOOST_OUTCOME_TRYV(expr)</code></a>
@@ -35,7 +38,7 @@
 <p><em>Header</em>: <code>&lt;boost/outcome/try.hpp&gt;</code></p>
 
 
-        </div><p><small>Last revised: June 21, 2019 at 21:45:08 &#43;0100</small></p>
+        </div><p><small>Last revised: October 16, 2019 at 10:26:35 &#43;0100</small></p>
 <hr>
 <div class="spirit-nav">
 <a accesskey="p" href="../../reference/macros/throw_exception.html"><img src="../../images/prev.png" alt="Prev"></a>