Home
last modified time | relevance | path

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

/third_party/boost/libs/vmd/test/
Dtest_doc_empty.cxx21 #define EMACRO(x) otheroutput x in main() macro
24 BOOST_TEST(!BOOST_VMD_IS_EMPTY(EMACRO(somedata))); in main()
25 BOOST_TEST(!BOOST_VMD_IS_EMPTY(EMACRO())); in main()
/third_party/boost/libs/vmd/doc/
Dvmd_empty.qbk22 #define EMACRO(x) otheroutput x
32 EMACRO(somedata)
36 EMACRO()
38 In the second invocation of EMACRO we are passing an empty argument to the macro.