From 6b5d2743c52e741bd42dbfb3d2fad62b87de9eb0 Mon Sep 17 00:00:00 2001 From: akumta Date: Tue, 10 Mar 2015 13:44:18 -0700 Subject: [PATCH] Update compile_time_type_info.hpp Update for ticket 11099 --- include/boost/type_index/detail/compile_time_type_info.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/type_index/detail/compile_time_type_info.hpp b/include/boost/type_index/detail/compile_time_type_info.hpp index 8ee4c66..c68f385 100644 --- a/include/boost/type_index/detail/compile_time_type_info.hpp +++ b/include/boost/type_index/detail/compile_time_type_info.hpp @@ -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__) \