id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4595,boost::lexical_cast throws std::bad_cast on OS X 10.6 when using _GLIBCXX_DEBUG,etlverified@…,nasonov,"I'm on Snow Leopard, using the default compiler i686-apple-darwin10-gcc-4.2.1 I compile the following test code with -D_GLIBCXX_DEBUG {{{ #!cpp unsigned int x = 3; std::string s = boost::lexical_cast(x); }}} When executed, the program terminates with the output {{{ terminate called after throwing an instance of 'std::bad_cast' what(): std::bad_cast Abort trap }}} The code runs fine when _GLIBCXX_DEBUG is not defined",Bugs,closed,To Be Determined,lexical_cast,Boost 1.44.0,Problem,invalid,,antoshkka@…