On Tue, May 27, 2014 at 11:19 PM, David Majnemer
<[email protected]> wrote:
> On Tue, May 27, 2014 at 4:51 PM, Richard Smith <[email protected]>
>> Weird! You get an exported trivial copy assignment but not an exported
>> trivial copy constructor? I guess we'll need to update this once we find out
>> what they do with implicit move operations?
>
>
> Given a struct 'A', they export the following as well:
> public: struct A & __thiscall A::operator=(struct A &&)
What did you use to produce that?
For this code
struct __declspec(dllexport) S {
void foo() {}
};
using VS2013 update 2, all I get is foo() and the copy assignment operator.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits