id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 13621,ctti_type_index missing first letter in generated class name,rponczkowski@…,Antony Polukhin,"Code: {{{ #include #include class empty { }; int main() { std::cout << boost::typeindex::ctti_type_index::type_id().pretty_name() << std::endl; } }}} prints: ""mpty"" instead of expected: 'empty'. Problem occurs on gcc version 7.3.1 20180303 when compiled with flag -std=c++14 or c++17. It works ok when compiling with -std=c++11 ",Bugs,closed,Boost 1.65.0,type_index,Boost 1.63.0,Problem,fixed,ctti_tye_index c++14,