This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/61269] <type_traits> includes <cstdint> inside std namespace
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 12 Jun 2014 10:29:21 +0000
- Subject: [Bug libstdc++/61269] <type_traits> includes <cstdint> inside std namespace
- Auto-submitted: auto-generated
- References: <bug-61269-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61269
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Hi Daniel - did this fix solve the problem for Clang?
I'd like to backport the <type_traits> change that introduced the problem, but
only if I know it will be OK if I include this fix too.