Searched refs:EMACRO (Results 1 – 2 of 2) sorted by relevance
21 #define EMACRO(x) otheroutput x in main() macro24 BOOST_TEST(!BOOST_VMD_IS_EMPTY(EMACRO(somedata))); in main()25 BOOST_TEST(!BOOST_VMD_IS_EMPTY(EMACRO())); in main()
22 #define EMACRO(x) otheroutput x32 EMACRO(somedata)36 EMACRO()38 In the second invocation of EMACRO we are passing an empty argument to the macro.