Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp718 #define INTERNAL_CATCH_STRINGIZE(...) INTERNAL_CATCH_STRINGIZE2(__VA_ARGS__)
720 #define INTERNAL_CATCH_STRINGIZE2(...) #__VA_ARGS__ macro
724 #define INTERNAL_CATCH_STRINGIZE2(...) INTERNAL_CATCH_STRINGIZE3(__VA_ARGS__) macro