diff options
Diffstat (limited to 'base/str.hh')
-rw-r--r-- | base/str.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/str.hh b/base/str.hh index 29d2c03db..6c3453b8b 100644 --- a/base/str.hh +++ b/base/str.hh @@ -98,7 +98,7 @@ template <class T> bool to_number(const std::string &value, T &retval); template <class T> -std::string +inline std::string to_string(const T& value) { std::stringstream str; |