[PATCH] libstdc++: Support std::is_aggregate on clang++ (was [cfe-dev] clang++: std::is_aggregate unusable with clang-5.0/libstdc++-7)
Katsuhiko Nishimra
ktns.87@gmail.com
Tue Aug 1 15:06:00 GMT 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://gcc.gnu.org/pipermail/libstdc++/attachments/20170801/0d452f7f/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20170801/0d452f7f/attachment.sig>
More information about the Libstdc++
mailing list