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.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/BOOST_PROTO_ASSERT_MATCHES_NOT.html b/doc/html/BOOST_PROTO_ASSERT_MATCHES_NOT.html
index e1d9e744d8..da584d20e0 100644
--- a/doc/html/BOOST_PROTO_ASSERT_MATCHES_NOT.html
+++ b/doc/html/BOOST_PROTO_ASSERT_MATCHES_NOT.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Macro BOOST_PROTO_ASSERT_MATCHES_NOT</title>
<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="proto/reference.html#header.boost.proto.debug_hpp" title="Header &lt;boost/proto/debug.hpp&gt;">
<link rel="prev" href="BOOST_PROTO_ASSERT_MATCHES.html" title="Macro BOOST_PROTO_ASSERT_MATCHES">
@@ -37,7 +37,7 @@
</span>BOOST_PROTO_ASSERT_MATCHES_NOT(expr, Grammar)</pre></div>
<div class="refsect1">
-<a name="idm45555192640432"></a><h2>Description</h2>
+<a name="idp334582800"></a><h2>Description</h2>
<p>
Use <code class="computeroutput">BOOST_PROTO_ASSERT_MATCHES_NOT()</code> to assert at compile-time that
an expression does not match a grammar.
@@ -46,13 +46,13 @@
<span class="bold"><strong>Example:</strong></span></p>
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="boost/proto/plus.html" title="Struct template plus">proto::plus</a><span class="special">&lt;</span> <a class="link" href="boost/proto/terminal.html" title="Struct template terminal">proto::terminal</a><span class="special">&lt;</span> <span class="keyword">int</span> <span class="special">&gt;</span><span class="special">,</span> <a class="link" href="boost/proto/terminal.html" title="Struct template terminal">proto::terminal</a><span class="special">&lt;</span> <span class="keyword">int</span> <span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">PlusInts</span><span class="special">;</span>
-<span class="identifier">BOOST_PROTO_ASSERT_MATCHES_NOT</span><span class="special">(</span> <a class="link" href="boost/proto/lit.html" title="Function lit">proto::lit</a><span class="special">(</span><span class="string">"a string"</span><span class="special">)</span> <span class="special">+</span> <span class="number">42</span><span class="special">,</span> <span class="identifier">PlusInts</span> <span class="special">)</span><span class="special">;</span></pre>
+<span class="identifier">BOOST_PROTO_ASSERT_MATCHES_NOT</span><span class="special">(</span> <a class="link" href="boost/proto/lit_idp305959552.html" title="Function lit">proto::lit</a><span class="special">(</span><span class="string">"a string"</span><span class="special">)</span> <span class="special">+</span> <span class="number">42</span><span class="special">,</span> <span class="identifier">PlusInts</span> <span class="special">)</span><span class="special">;</span></pre>
<p>
</p>
<p>
See also:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem"><code class="computeroutput"><a class="link" href="boost/proto/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_not.html" title="Function template assert_matches_not">proto::assert_matches_not</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>