Changeset 9047 for code/branches/testing/src/libraries/util/VA_NARGS.h
- Timestamp:
- Mar 18, 2012, 6:43:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/libraries/util/VA_NARGS.h
r7401 r9047 36 36 type aware, but for different numbers of arguments is still very powerful). 37 37 38 Important: The macro can not be overloaded for 0 arguments: ORXONOX_VA_NARGS() returns 1! 39 38 40 Example: A macro to call functions 39 41 @code … … 64 66 */ 65 67 68 #include <boost/preprocessor/cat.hpp> 66 69 #include <boost/preprocessor/facilities/expand.hpp> 67 70
Note: See TracChangeset
for help on using the changeset viewer.