mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
SPROUT_CONFIG_SUPPORT_TEMPORARY_CONTAINER_ITERATION をデフォルトで有効に変更
sprout/type/string.hpp 追加
This commit is contained in:
parent
86073fea83
commit
231910c863
43 changed files with 4816 additions and 16 deletions
14
sprout/preprocessor/cat.hpp
Normal file
14
sprout/preprocessor/cat.hpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef SPROUT_PREPROCESSOR_CAT_HPP
|
||||
#define SPROUT_PREPROCESSOR_CAT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
|
||||
#define SPROUT_PP_CAT_I(a, b) a ## b
|
||||
|
||||
//
|
||||
// SPROUT_PP_CAT
|
||||
//
|
||||
#define SPROUT_PP_CAT(a, b) SPROUT_PP_CAT_I(a, b)
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_CAT_HPP
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue