id summary reporter owner description type status milestone component version severity resolution keywords cc 10937 tuple_manipulator has char in constructor gast128@… Joel de Guzman "The constructor of tuple_manipulator has hard coded type char. Shouldn't this be CharType? {{{#!cpp template class tuple_manipulator { const detail::format_info::manipulator_type mt; CharType f_c; public: explicit tuple_manipulator(detail::format_info::manipulator_type m, const char c = 0) }}} -> {{{#!cpp explicit tuple_manipulator(detail::format_info::manipulator_type m, const CharType c = 0) }}} " Bugs new To Be Determined tuple Boost 1.57.0 Problem