Ticket #1791: lexical_cast_warning.patch

File lexical_cast_warning.patch, 431 bytes (added by Stephan, 15 years ago)
  • boost/lexical_cast.hpp

     
    11491149                    return result;
    11501150            }
    11511151            throw_exception(bad_lexical_cast(typeid(Source), typeid(Target)));
    1152             return Target(); // normally never reached (throw_exception)
    11531152        }
    11541153    }
    11551154