[PATCH] D26843: Make sizeof expression context partially evaluated

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 18 11:30:51 PST 2016


On Fri, Nov 18, 2016 at 2:22 PM, Paulo Matos via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> pmatos added a comment.
>
> Apologies if I am being shallow and wasting your time but `sizeof(T::m)` doesn't compile at the moment with clang trunk. Using the same service you used before <http://melpon.org/wandbox/permlink/C4pCnoVGmS0qBUxf>.

Compile for C++11 instead of C++03.

~Aaron

>
>
> https://reviews.llvm.org/D26843
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


More information about the cfe-commits mailing list