This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/53543] [unordered_map] conflict with __is_convertible clang intrinsic
- From: "bkoz at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 31 May 2012 22:07:12 +0000
- Subject: [Bug libstdc++/53543] [unordered_map] conflict with __is_convertible clang intrinsic
- Auto-submitted: auto-generated
- References: <bug-53543-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53543
Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |bkoz at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |bkoz at gcc dot gnu.org
|gnu.org |
--- Comment #3 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-05-31 22:07:12 UTC ---
On it, this is a reasonable request. I've changed it to __is_conv to match the
enable-if typedefs.
-benjamin