add to_string

This commit is contained in:
bolero-MURAKAMI 2012-04-14 19:06:21 +09:00
parent 89e2be54fa
commit 1968a6fac4
16 changed files with 1490 additions and 1085 deletions

View file

@ -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