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