mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add stringize preprocessor
add random using add some headers
This commit is contained in:
parent
1766ed43a4
commit
89e2be54fa
24 changed files with 166 additions and 7 deletions
|
@ -3,12 +3,11 @@
|
|||
|
||||
#include <sprout/config.hpp>
|
||||
|
||||
#define SPROUT_PP_STRINGIZE_I(text) #text
|
||||
|
||||
//
|
||||
// SPROUT_PP_STRINGIZE
|
||||
//
|
||||
#define SPROUT_PP_STRINGIZE(text) SPROUT_PP_STRINGIZE_I(text)
|
||||
#define SPROUT_PP_STRINGIZE_I(text) #text
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_STRINGIZE_HPP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue