This commit is contained in:
Jian Cheng 2017-10-03 02:32:16 +00:00 committed by GitHub
commit 36a454f3cf
1 changed files with 1 additions and 1 deletions

View File

@ -1962,7 +1962,7 @@ namespace exprtk
template <typename T> template <typename T>
inline bool string_to_real(const std::string& s, T& t) inline bool string_to_real(const std::string& s, T& t)
{ {
const typename numeric::details::number_type<T>::type num_type; typename numeric::details::number_type<T>::type num_type;
const char_t* begin = s.data(); const char_t* begin = s.data();
const char_t* end = s.data() + s.size(); const char_t* end = s.data() + s.size();