MathWebSearch / mws

MathWebSearch Implementation
https://search.mathweb.org/
GNU General Public License v3.0
47 stars 12 forks source link

Change ToString() to std::to_string #11

Closed cprodescu closed 10 years ago

cprodescu commented 10 years ago

src/common/utils/ToString.hpp is no longer necessary, since to_string is c++ standard.

[1] http://en.cppreference.com/w/cpp/string/basic_string/to_string