[cfe-commits] [Patch] Implement compiler intrinsics for MSVC 2012 type_traits

Ryan Molden ryanmolden at gmail.com
Sun Nov 25 21:49:38 PST 2012


On Sun, Nov 25, 2012 at 5:45 PM, Aaron Ballman <aaron at aaronballman.com>wrote:

> On Sun, Nov 25, 2012 at 7:54 PM, Ryan Molden <ryanmolden at gmail.com> wrote:
> > Something more like this? It isn't ultimately generic, but it does allow
> for
> > re-use of the general logic between UTT_HasNoThrowAssign and
> > UTT_HasNoThrowMoveAssign.
>
> Yes, that's more akin to what I was thinking (something similar can
> eventually be done for nothrow constructor and nothrow copy
> constructors I bet).
>
> Patch LGTM, but wait for further confirmation before committing.
>
> Thanks!
>
> ~Aaron
>

Thanks for the review/feedback! I thought of also trying to factor the
constructor traits you talked about but it looked a tad more complex and it
felt strange to do it in this changeset, since I had no other reason to
touch that code.

I don't have commit privileges, so I will be waiting for some kind soul.

Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121125/7caaeb26/attachment.html>


More information about the cfe-commits mailing list