Boost logo

Boost :

Subject: Re: [boost] [type_traits] VC++ and vararg function/mmeber functions and varargs
From: Edward Diener (eldiener_at_[hidden])
Date: 2013-10-09 15:36:55


On 10/9/2013 1:29 PM, Stephan T. Lavavej wrote:
> [Edward Diener]
>> It does look like __vectorcall should not be applied to member functions or varargs functions.
>
> __vectorcall can be applied to member functions.

http://msdn.microsoft.com/en-us/library/vstudio/dn375768%28v=vs.120%29.aspx

"Using the /Gv compiler option causes each function in the module to
compile as __vectorcall unless the function is a member function, is
declared with a conflicting calling convention attribute, uses a vararg
variable argument list, or has the name main."


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk