id summary reporter owner description type status milestone component version severity resolution keywords cc 11099 "Some type_index tests fail with Error: The type ""boost::STATIC_ASSERTION_FAILURE<0>"" is incomplete." Aparna Kumta Antony Polukhin "Compiling libs/type_index/examples/table_of_names.cpp with Oracle Solaris Studio12.4 on Solaris 11.2 we see the following error: ""../boost/type_index/detail/compile_time_type_info.hpp"", line 135: Error: The type ""boost::STATIC_ASSERTION_FAILURE<0>"" is incomplete. ""../boost/type_index/ctti_type_index.hpp"", line 88: Where: While instantiating ""static boost::detail::ctti::n()"". ""../boost/type_index/ctti_type_index.hpp"", line 88: Where: Instantiated from print(const char*). ""../libs/type_index/examples/table_of_names.cpp"", line 57: Where: Instantiated from non-template code. 1 Error(s) detected. The following change to boost/type_index/detail/compile_time_type_info.hpp resolves the issue. %diff ./compile_time_type_info.hpp compile_time_type_info.hpp.new 121a122 > || (defined (__SUNPRO_CC) && (__SUNPRO_CC >= 0x5130)) \ " Bugs closed Boost 1.58.0 type_index Boost Development Trunk Problem fixed