mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add to_string
This commit is contained in:
parent
89e2be54fa
commit
1968a6fac4
16 changed files with 1490 additions and 1085 deletions
|
@ -2,13 +2,14 @@
|
|||
#define SPROUT_STRING_ALIAS_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/string.hpp>
|
||||
|
||||
#if SPROUT_USE_TEMPLATE_ALIASES
|
||||
|
||||
#include <cstddef>
|
||||
# include <cstddef>
|
||||
# include <sprout/string/string.hpp>
|
||||
#endif // #if SPROUT_USE_TEMPLATE_ALIASES
|
||||
|
||||
namespace sprout {
|
||||
#if SPROUT_USE_TEMPLATE_ALIASES
|
||||
//
|
||||
// string
|
||||
//
|
||||
|
@ -29,8 +30,7 @@ namespace sprout {
|
|||
//
|
||||
template<std::size_t N>
|
||||
using u32string = sprout::basic_string<char32_t, N>;
|
||||
#endif // #if SPROUT_USE_TEMPLATE_ALIASES
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #if SPROUT_USE_TEMPLATE_ALIASES
|
||||
|
||||
#endif // #ifndef SPROUT_STRING_ALIAS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue