Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / vmd / doc / html / BOOST_VMD_IS_TYPE.html
index 611c295..f30b73e 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_VMD_IS_TYPE(sequence)</pre></div>
 <div class="refsect1">
-<a name="idm46213760220832"></a><h2>Description</h2>
+<a name="idm45529680628848"></a><h2>Description</h2>
 <p>sequence = a possible VMD type</p>
 <p>returns = 1 if the sequence is a VMD type, 0 if it is not.</p>
 <p>If the sequence is not a VMD data type this macro could lead to a preprocessor error. This is because the macro uses preprocessor concatenation to determine if the sequence is an identifier once it is determined that the sequence does not start with parentheses. If the data being concatenated would lead to an invalid preprocessor token the compiler can issue a preprocessor error. </p>