Changeset 6454 for code/branches/consolecommands2/src/libraries/util
- Timestamp:
- Jan 22, 2010, 2:51:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands2/src/libraries/util/VA_NARGS.h
r6452 r6454 32 32 */ 33 33 34 #include <boost/preprocessor/facilities/expand.hpp> 35 34 36 /** 35 37 @brief Returns the number of arguments passed to a variadic macro. Important: The number of arguments must be greater than zero (ORXONOX_VA_NARGS() returns 1). … … 42 44 43 45 #define ORXONOX_VA_NARGS_CONCAT(...) \ 44 ORXONOX_VA_NARGS_INTERN(__VA_ARGS__)46 BOOST_PP_EXPAND(ORXONOX_VA_NARGS_INTERN(__VA_ARGS__)) 45 47 46 48 #define ORXONOX_VA_NARGS_INTERN( \
Note: See TracChangeset
for help on using the changeset viewer.