cpp_token_test.2.cxx

Go to the documentation of this file.
00001 // this file is not meant to be compiled, it is used only
00002 // in the test of cpp_token_stream to verify that preprocessor
00003 // line directives work correctly.
00004 
00005 token_of_interest
00006 #include <memory>
00007 token_of_interest
00008 
00009 #define one
00010 onea
00011 #define two\
00012 three
00013 oneb
00014 #define four\
00015 five\
00016 
00017 onec
00018 
Generated on Wed Feb 29 22:50:05 2012 for CXXUtilities by  doxygen 1.6.3