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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html b/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
index caae05de85..902b359afd 100644
--- a/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
+++ b/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -33,7 +34,7 @@
</span>BOOST_TYPE_INDEX_FUNCTION_SIGNATURE</pre></div>
<div class="refsect1">
-<a name="idp477665936"></a><h2>Description</h2>
+<a name="idp484047840"></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>