Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in variadic-macros

Variadic macro trick

Is this a valid way of checking if a variadic macro argument list is empty?

Error when defining a stringising macro with __VA_ARGS__

Cleaning up C/C++ code reveals problems with variadic macros

c++ c macros c99 variadic-macros

A #define in C with three dots

Appending to __VA_ARGS__

is there a way to write macros with a variable argument list in visual C++?

What does __VA_ARGS__ in a macro mean?

Variadic macros with zero arguments

A better LOG() macro using template metaprogramming

Are Variadic macros nonstandard?

Can macros be overloaded by number of arguments?

MSVC doesn't expand __VA_ARGS__ correctly

C++ preprocessor __VA_ARGS__ number of arguments

Standard alternative to GCC's ##__VA_ARGS__ trick?