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--[-rwxr-xr-x]doc/html/boost/proto/assert_matches_not.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/proto/assert_matches_not.html b/doc/html/boost/proto/assert_matches_not.html
index 8e53e247f0..b3a91b503b 100755..100644
--- a/doc/html/boost/proto/assert_matches_not.html
+++ b/doc/html/boost/proto/assert_matches_not.html
@@ -38,7 +38,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="id2711078"></a><h2>Description</h2>
+<a name="id2763444"></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.