1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/preprocessor/stringize_all.hpp

11 lines
376 B
C++
Raw Normal View History

#ifndef SPROUT_PREPROCESSOR_STRINGIZE_ALL_HPP
#define SPROUT_PREPROCESSOR_STRINGIZE_ALL_HPP
#include <sprout/config.hpp>
#include <sprout/preprocessor/stringize.hpp>
#include <sprout/preprocessor/wstringize.hpp>
#include <sprout/preprocessor/u16stringize.hpp>
#include <sprout/preprocessor/u32stringize.hpp>
#endif // #ifndef SPROUT_PREPROCESSOR_STRINGIZE_ALL_HPP