Sprout/sprout/preprocessor.hpp

12 lines
369 B
C++
Raw Normal View History

#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