Remove exprtk.hpp.patch

This commit is contained in:
Hyunjin Song
2019-11-19 15:16:00 +09:00
parent 6122d0f3f2
commit 14f894c3ee

View File

@@ -1,13 +0,0 @@
diff --git a/exprtk.hpp b/exprtk.hpp
index 916e74b..ae7de24 100644
--- a/exprtk.hpp
+++ b/exprtk.hpp
@@ -1962,7 +1962,7 @@ namespace exprtk
template <typename 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* end = s.data() + s.size();