Sprout/sprout/preprocessor/stringize.hpp
bolero-MURAKAMI 305ae86d92 functional/hash.hpp 追加
random/unique_seed.hpp 追加
2011-09-29 12:58:55 +09:00

14 lines
303 B
C++

#ifndef SPROUT_PREPROCESSOR_STRINGIZE_HPP
#define SPROUT_PREPROCESSOR_STRINGIZE_HPP
#include <sprout/config.hpp>
#define SPROUT_PP_STRINGIZE_I(text) #text
//
// SPROUT_PP_STRINGIZE
//
#define SPROUT_PP_STRINGIZE(text) SPROUT_PP_STRINGIZE_I(text)
#endif // #ifndef SPROUT_PREPROCESSOR_STRINGIZE_HPP