mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
d8353c9bf7
delete redundant overload to_string
8 lines
235 B
C++
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
|