Ticket #9106: lexical_cast_warning.diff

File lexical_cast_warning.diff, 550 bytes (added by Mathias Gaunard, 9 years ago)
  • boost/lexical_cast.hpp

     
    14461446            }
    14471447
    14481448            template <class T, class SomeCharT>
    1449             bool shl_real_type(const T& val, SomeCharT* begin, SomeCharT*& end) {
     1449            bool shl_real_type(const T& val, SomeCharT*, SomeCharT*&) {
    14501450                lcast_set_precision(out_stream, &val);
    14511451                return shl_input_streamable(val);
    14521452            }