This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/53543] [unordered_map] conflict with __is_convertible clang intrinsic


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53543

--- Comment #4 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-05-31 23:02:24 UTC ---
Author: bkoz
Date: Thu May 31 23:02:18 2012
New Revision: 188088

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188088
Log:
2012-05-31  Benjamin Kosnik  <bkoz@redhat.com>

    PR libstdc++/53543
    * include/bits/hashtable_policy.h (_Insert::__is_convertible):
    Rename to __is_conv to avoid clash with clang built-in.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/hashtable_policy.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]