Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / vmd / doc / html / BOOST_VMD_ASSERT_IS_SEQ_D.html
index a12cba5..e8a0c48 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_VMD_ASSERT_IS_SEQ_D(d, sequence)</pre></div>
 <div class="refsect1">
-<a name="idm46213760569200"></a><h2>Description</h2>
+<a name="idm45529680984304"></a><h2>Description</h2>
 <p>The macro checks that the sequence is a Boost PP seq. If it is not a Boost PP seq, it forces a compiler error.</p>
 <p>The macro normally checks for a Boost PP seq only in debug mode. However an end-user can force the macro to check or not check by defining the macro BOOST_VMD_ASSERT_DATA to 1 or 0 respectively.</p>
 <p>d = The next available BOOST_PP_WHILE iteration. sequence = a possible Boost PP seq.</p>