summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html')
-rw-r--r--doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html b/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
index 4548d1c4d6..34d8577a10 100644
--- a/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
+++ b/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
@@ -34,7 +34,7 @@
</span>BOOST_TYPE_INDEX_FUNCTION_SIGNATURE</pre></div>
<div class="refsect1">
-<a name="idp570548256"></a><h2>Description</h2>
+<a name="idp551539808"></a><h2>Description</h2>
<p>BOOST_TYPE_INDEX_FUNCTION_SIGNATURE is used by <a class="link" href="boost/typeindex/ctti_type_index.html" title="Class ctti_type_index">boost::typeindex::ctti_type_index</a> class to deduce the name of a type. If your compiler is not recognized by the TypeIndex library and you wish to work with <a class="link" href="boost/typeindex/ctti_type_index.html" title="Class ctti_type_index">boost::typeindex::ctti_type_index</a>, you may define this macro by yourself.</p>
<p>BOOST_TYPE_INDEX_FUNCTION_SIGNATURE must be defined to a compiler specific macro that outputs the <span class="bold"><strong>whole</strong></span> function signature <span class="bold"><strong>including</strong></span> <span class="bold"><strong>template</strong></span> <span class="bold"><strong>parameters</strong></span>.</p>
<p>If your compiler is not recognised and BOOST_TYPE_INDEX_FUNCTION_SIGNATURE is not defined, then a compile-time error will arise at any attempt to use <a class="link" href="boost/typeindex/ctti_type_index.html" title="Class ctti_type_index">boost::typeindex::ctti_type_index</a> classes.</p>