Index: lexical_cast.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/lexical_cast.hpp,v retrieving revision 1.36 diff -c -r1.36 lexical_cast.hpp *** lexical_cast.hpp 8 Jun 2007 19:59:40 -0000 1.36 --- lexical_cast.hpp 12 Jun 2007 22:04:03 -0000 *************** *** 52,60 **** { } bad_lexical_cast( ! const std::type_info &source_type, ! const std::type_info &target_type) : ! source(&source_type), target(&target_type) { } const std::type_info &source_type() const --- 52,60 ---- { } bad_lexical_cast( ! const std::type_info &source_type_arg, ! const std::type_info &target_type_arg) : ! source(&source_type_arg), target(&target_type_arg) { } const std::type_info &source_type() const