Home
last modified time | relevance | path

Searched defs:INTERNAL_CATCH_STRINGIZE2 (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/internal/
Dcatch_preprocessor.hpp62 #define INTERNAL_CATCH_STRINGIZE2(...) #__VA_ARGS__ macro
66 #define INTERNAL_CATCH_STRINGIZE2(...) INTERNAL_CATCH_STRINGIZE3(__VA_ARGS__) macro
/external/catch2/single_include/catch2/
Dcatch.hpp716 #define INTERNAL_CATCH_STRINGIZE2(...) #__VA_ARGS__ macro
720 #define INTERNAL_CATCH_STRINGIZE2(...) INTERNAL_CATCH_STRINGIZE3(__VA_ARGS__) macro