Sprout/sprout/string/from_string.hpp
bolero-MURAKAMI 09b4b56fad fix to_string
fix from_string
fix filename typo
2012-04-16 15:33:29 +09:00

8 lines
241 B
C++

#ifndef SPROUT_STRING_FROM_STRING_HPP
#define SPROUT_STRING_FROM_STRING_HPP
#include <cstddef>
#include <sprout/string/string_to_int.hpp>
#include <sprout/string/string_to_float.hpp>
#endif // #ifndef SPROUT_STRING_FROM_STRING_HPP