id summary reporter owner description type status milestone component version severity resolution keywords cc 6453 Compile error due to `deduce_char_traits` ambiguity Michel Morin Antony Polukhin "The following code fails to compile due to `deduce_char_traits` ambiguity: {{{ #include #include #include #include int main (int argc, char* argv[]) { std::string str; boost::container::string str_; std::cout << boost::lexical_cast(str_) << std::endl; return 0; } }}} " Bugs closed To Be Determined lexical_cast Boost Development Trunk Problem fixed antoshkka@…