[cfe-dev] [PATCH] libstdc++: Support std::is_aggregate on clang++ (was clang++: std::is_aggregate unusable with clang-5.0/libstdc++-7)

Katsuhiko Nishimra via cfe-dev cfe-dev at lists.llvm.org
Tue Aug 1 08:05:52 PDT 2017


On Mon, Jul 31, 2017 at 03:53:42PM +0100, Jonathan Wakely wrote:
> This __has_bultin check only exists for Clang, so should be replaced
> by the correct __is_identifier check, not left there in addition to
> it.

I see. Actually I've guessed so, and thank you for clarifying it.
I'm attaching a replacing patch. Please take a look at it.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libstdc-Support-std-is_aggregate-on-clang.patch
Type: text/x-diff
Size: 1227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20170802/0d452f7f/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20170802/0d452f7f/attachment.sig>


More information about the cfe-dev mailing list