Sprout/sprout/string/to_string.hpp
bolero-MURAKAMI d8353c9bf7 add float to_string
delete redundant overload to_string
2012-04-16 19:09:43 +09:00

8 lines
235 B
C++

#ifndef SPROUT_STRING_TO_STRING_HPP
#define SPROUT_STRING_TO_STRING_HPP
#include <cstddef>
#include <sprout/string/int_to_string.hpp>
#include <sprout/string/float_to_string.hpp>
#endif // #ifndef SPROUT_STRING_TO_STRING_HPP