Update compile_time_type_info.hpp

Update for ticket 11099
This commit is contained in:
akumta
2015-03-10 13:44:18 -07:00
parent 8558fd66ef
commit 6b5d2743c5

View File

@ -119,6 +119,7 @@ struct ctti {
return boost::typeindex::detail::skip_begining< sizeof(__FUNCSIG__) >(__FUNCSIG__);
#elif defined(__PRETTY_FUNCTION__) \
|| defined(__GNUC__) \
|| (defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x5130)) \
|| (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) \
|| (defined(__ICC) && (__ICC >= 600)) \
|| defined(__ghs__) \