mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix to_string
fix from_string fix filename typo
This commit is contained in:
parent
c901c3058a
commit
09b4b56fad
6 changed files with 75 additions and 67 deletions
8
sprout/string/from_string.hpp
Normal file
8
sprout/string/from_string.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue