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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/proto/assert_matches_not.html b/doc/html/boost/proto/assert_matches_not.html
index 25a2251e9f..83d3c0ded3 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="idp461552928"></a><h2>Description</h2>
+<a name="idp445289136"></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_idp701561072.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_idp728253920.html" title="Function lit">proto::lit</a></code>("a string") + 42 );</pre>
<p>
</p>
<p>