summaryrefslogtreecommitdiff
path: root/doc/html/boost/proto/assert_matches_not.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/proto/assert_matches_not.html')
-rw-r--r--doc/html/boost/proto/assert_matches_not.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost/proto/assert_matches_not.html b/doc/html/boost/proto/assert_matches_not.html
index f93c9e74e4..ab3cecd98a 100644
--- a/doc/html/boost/proto/assert_matches_not.html
+++ b/doc/html/boost/proto/assert_matches_not.html
@@ -39,7 +39,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Grammar<span class="special">,</span> <span class="keyword">typename</span> <a class="link" href="../../Expr.html" title="Concept Expr">Expr</a><span class="special">&gt;</span>
<span class="keyword">void</span> <span class="identifier">assert_matches_not</span><span class="special">(</span><span class="identifier">Expr</span> <span class="keyword">const</span> <span class="special">&amp;</span> expr<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp464142480"></a><h2>Description</h2>
+<a name="id-1.3.33.5.7.8.4"></a><h2>Description</h2>
<p>
Use <code class="computeroutput">proto::assert_matches_not()</code> to assert at compile-time that
an expression does not match a grammar.
@@ -48,7 +48,7 @@
<span class="bold"><strong>Example:</strong></span></p>
<pre class="programlisting">typedef proto::plus&lt; proto::terminal&lt; int &gt;, proto::terminal&lt; int &gt; &gt; PlusInts;
-proto::assert_matches_not&lt;PlusInts&gt;( <code class="computeroutput"><a class="link" href="lit_idp709996480.html" title="Function lit">proto::lit</a></code>("a string") + 42 );</pre>
+proto::assert_matches_not&lt;PlusInts&gt;( <code class="computeroutput"><a class="link" href="lit.html" title="Function lit">proto::lit</a></code>("a string") + 42 );</pre>
<p>
</p>
<p>
@@ -57,7 +57,7 @@ proto::assert_matches_not&lt;PlusInts&gt;( <code class="computeroutput"><a class
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><code class="computeroutput"><a class="link" href="assert_matches.html" title="Function template assert_matches">proto::assert_matches</a>()</code></li>
<li class="listitem"><code class="computeroutput"><a class="link" href="../../BOOST_PROTO_ASSERT_MATCHES.html" title="Macro BOOST_PROTO_ASSERT_MATCHES">BOOST_PROTO_ASSERT_MATCHES</a>()</code></li>
-<li class="listitem"><code class="computeroutput"><a class="link" href="../../BOOST_PROTO_ASSERT_MATCHES_NOT.html" title="Macro BOOST_PROTO_ASSERT_MATCHES_NOT">BOOST_PROTO_ASSERT_MATCHES_NOT</a>()</code></li>
+<li class="listitem"><code class="computeroutput"><a class="link" href="../../BOOST_PROTO_A_1_3_33_5_5_4.html" title="Macro BOOST_PROTO_ASSERT_MATCHES_NOT">BOOST_PROTO_ASSERT_MATCHES_NOT</a>()</code></li>
</ul></div>
<p>
</p>