123456789101112131415161718192021222324252627282930313233343536373839 |
- #ifndef BOOST_COMPUTE_UTILITY_SOURCE_HPP
- #define BOOST_COMPUTE_UTILITY_SOURCE_HPP
- #ifdef BOOST_COMPUTE_DOXYGEN_INVOKED
- #define BOOST_COMPUTE_STRINGIZE_SOURCE(source)
- #else
- #define BOOST_COMPUTE_STRINGIZE_SOURCE(...) #__VA_ARGS__
- #endif
- #endif
|