add float to_string

delete redundant overload to_string
This commit is contained in:
bolero-MURAKAMI 2012-04-16 19:09:43 +09:00
parent 09b4b56fad
commit d8353c9bf7
3 changed files with 319 additions and 96 deletions

View file

@ -3,5 +3,6 @@
#include <cstddef>
#include <sprout/string/int_to_string.hpp>
#include <sprout/string/float_to_string.hpp>
#endif // #ifndef SPROUT_STRING_TO_STRING_HPP