From 733b5d5ae2c5d625211e2985ac25728ac3f54883 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 21 Mar 2016 15:45:20 +0900 Subject: Imported Upstream version 1.58.0 Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 Signed-off-by: DongHun Kwak --- doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html') diff --git a/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html b/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html index 5b8b9e1703..caae05de85 100644 --- a/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html +++ b/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html @@ -33,7 +33,7 @@ BOOST_TYPE_INDEX_FUNCTION_SIGNATURE
-

Description

+

Description

BOOST_TYPE_INDEX_FUNCTION_SIGNATURE is used by boost::typeindex::ctti_type_index class to deduce the name of a type. If your compiler is not recognized by the TypeIndex library and you wish to work with boost::typeindex::ctti_type_index, you may define this macro by yourself.

BOOST_TYPE_INDEX_FUNCTION_SIGNATURE must be defined to a compiler specific macro that outputs the whole function signature including template parameters.

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 boost::typeindex::ctti_type_index classes.

-- cgit v1.2.3