Sprout/sprout/preprocessor.hpp
2013-03-22 14:24:19 +09:00

11 lines
369 B
C++

#ifndef SPROUT_PREPROCESSOR_HPP
#define SPROUT_PREPROCESSOR_HPP
#include <sprout/config.hpp>
#include <sprout/preprocessor/cat.hpp>
#include <sprout/preprocessor/stringize_all.hpp>
#include <sprout/preprocessor/str_all.hpp>
#include <sprout/preprocessor/unique_string.hpp>
#include <sprout/preprocessor/empty.hpp>
#endif // #ifndef SPROUT_PREPROCESSOR_HPP