
16 Feb
2010
16 Feb
'10
2:36 p.m.
Zitat von "vicente.botet" <vicente.botet@wanadoo.fr>:
BTW, is there a macro to know if the compiler supports macros with variable arguments? Something like BOOST_NO_VARIADIC_MACROS
if you are going to add one, you might also want to add a macro for detecting the following MSVC bug, as it affects a lot of use cases, I think, including yours. the sample code I sent you off-list doesn't seem to work on MSVC because of this bug. not sure if there is a workaround. http://connect.microsoft.com/VisualStudio/feedback/details/380090/variadic-m... MS doesn't seem too interested in fixing it.