rewrite sprout::algorithm::join performance

This commit is contained in:
bolero-MURAKAMI 2012-05-22 01:06:13 +09:00
parent 0ceabb5b9b
commit 1ea9d30e2a
145 changed files with 1359 additions and 364 deletions

View file

@ -10,4 +10,3 @@
#define SPROUT_PP_CAT_I(a, b) a ## b
#endif // #ifndef SPROUT_PREPROCESSOR_CAT_HPP

View file

@ -9,4 +9,3 @@
#define SPROUT_PP_EMPTY()
#endif // #ifndef SPROUT_PREPROCESSOR_EMPTY_HPP

View file

@ -7,4 +7,3 @@
#include <sprout/preprocessor/u32str.hpp>
#endif // #ifndef SPROUT_PREPROCESSOR_STR_ALL_HPP

View file

@ -10,4 +10,3 @@
#define SPROUT_PP_STRINGIZE_I(text) #text
#endif // #ifndef SPROUT_PREPROCESSOR_STRINGIZE_HPP

View file

@ -8,4 +8,3 @@
#include <sprout/preprocessor/u32stringize.hpp>
#endif // #ifndef SPROUT_PREPROCESSOR_STRINGIZE_ALL_HPP

View file

@ -10,4 +10,3 @@
#define SPROUT_PP_U16STR_I(str) u ## str
#endif // #ifndef SPROUT_PREPROCESSOR_U16STR_HPP

View file

@ -11,4 +11,3 @@
#define SPROUT_PP_U16STRINGIZE_II(str) u ## str
#endif // #ifndef SPROUT_PREPROCESSOR_U16STRINGIZE_HPP

View file

@ -10,4 +10,3 @@
#define SPROUT_PP_U32STR_I(str) U ## str
#endif // #ifndef SPROUT_PREPROCESSOR_U32STR_HPP

View file

@ -11,4 +11,3 @@
#define SPROUT_PP_U32STRINGIZE_II(str) U ## str
#endif // #ifndef SPROUT_PREPROCESSOR_U32STRINGIZE_HPP

View file

@ -20,4 +20,3 @@
SPROUT_PP_U32STR(" : ") SPROUT_PP_U32STR(__FILE__) SPROUT_PP_U32STR(":") SPROUT_PP_U32STRINGIZE(__LINE__)
#endif // #ifndef SPROUT_PREPROCESSOR_UNIQUE_STRING_HPP

View file

@ -10,4 +10,3 @@
#define SPROUT_PP_WSTR_I(str) L ## str
#endif // #ifndef SPROUT_PREPROCESSOR_WSTR_HPP

View file

@ -11,4 +11,3 @@
#define SPROUT_PP_WSTRINGIZE_II(str) L ## str
#endif // #ifndef SPROUT_PREPROCESSOR_WSTRINGIZE_HPP