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


On 10/8/2013 6:25 AM, Domagoj Saric wrote:
> On 8.10.2013. 0:50, Edward Diener wrote:
> <snip>
>
> ...somewhat related/FWIW: MSVC12 has added another calling convention
> __vectorcall so you can plan on supporting/handling that too...

Thanks for the information. It does look like __vectorcall should not be
applied to member functions or varargs functions. I will look at how
Boost config currently supports the VS2013 RC to see how these should be
added.