fix to_string

fix from_string
fix filename typo
This commit is contained in:
bolero-MURAKAMI 2012-04-16 15:33:29 +09:00
parent c901c3058a
commit 09b4b56fad
6 changed files with 75 additions and 67 deletions

View file

@ -0,0 +1,8 @@
#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