Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 22, 2010, 2:51:06 PM (14 years ago)
Author:
rgrieder
Message:

3 build fixes for MSVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands2/src/libraries/util/VA_NARGS.h

    r6452 r6454  
    3232*/
    3333
     34#include <boost/preprocessor/facilities/expand.hpp>
     35
    3436/**
    3537    @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).
     
    4244
    4345#define ORXONOX_VA_NARGS_CONCAT(...) \
    44     ORXONOX_VA_NARGS_INTERN(__VA_ARGS__)
     46    BOOST_PP_EXPAND(ORXONOX_VA_NARGS_INTERN(__VA_ARGS__))
    4547
    4648#define ORXONOX_VA_NARGS_INTERN( \
Note: See TracChangeset for help on using the changeset viewer.