id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 719,problem when using bool type in variant,chris_lux,ebf,"{{{ when bool is used as a type in variant the stream output does not work as expected. i used the latest cvs sources. example: // works correct boost::variant vari_t; vari_t = ""hallo""; std::cout << vari_t << std::endl; output: hallo // works not correct boost::variant vari_t; vari_t = ""hallo""; std::cout << vari_t << std::endl; vari_t = true; std::cout << vari_t << std::endl; output: 1 1 }}}",Bugs,closed,,None,None,,Invalid,,