Tatooine
expand.h
Go to the documentation of this file.
1#ifndef TATOOINE_PREPROCESSOR_EXPAND_H
2#define TATOOINE_PREPROCESSOR_EXPAND_H
3//==============================================================================
4#define TATOOINE_PP_EXPAND(...) __VA_ARGS__
5//==============================================================================
6#endif