mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
rewrite sprout::algorithm::join performance
This commit is contained in:
parent
0ceabb5b9b
commit
1ea9d30e2a
145 changed files with 1359 additions and 364 deletions
|
@ -10,4 +10,3 @@
|
|||
#define SPROUT_PP_CAT_I(a, b) a ## b
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_CAT_HPP
|
||||
|
||||
|
|
|
@ -9,4 +9,3 @@
|
|||
#define SPROUT_PP_EMPTY()
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_EMPTY_HPP
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@
|
|||
#include <sprout/preprocessor/u32str.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_STR_ALL_HPP
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@
|
|||
#define SPROUT_PP_STRINGIZE_I(text) #text
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_STRINGIZE_HPP
|
||||
|
||||
|
|
|
@ -8,4 +8,3 @@
|
|||
#include <sprout/preprocessor/u32stringize.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_STRINGIZE_ALL_HPP
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@
|
|||
#define SPROUT_PP_U16STR_I(str) u ## str
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_U16STR_HPP
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@
|
|||
#define SPROUT_PP_U16STRINGIZE_II(str) u ## str
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_U16STRINGIZE_HPP
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@
|
|||
#define SPROUT_PP_U32STR_I(str) U ## str
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_U32STR_HPP
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@
|
|||
#define SPROUT_PP_U32STRINGIZE_II(str) U ## str
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_U32STRINGIZE_HPP
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@
|
|||
#define SPROUT_PP_WSTR_I(str) L ## str
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_WSTR_HPP
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@
|
|||
#define SPROUT_PP_WSTRINGIZE_II(str) L ## str
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_WSTRINGIZE_HPP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue