]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/53039 (including <functional> breaks std::is_convertible with template...
authorJason Merrill <jason@redhat.com>
Thu, 5 Jul 2012 21:24:33 +0000 (17:24 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 5 Jul 2012 21:24:33 +0000 (17:24 -0400)
commit70ba248488aed2c9f17d16086f3783ddd95c9244
treef448590c40c86f8ae6ef371c2f7854c12d180907
parent9ae8d9dfc4661b0cba2797c211eab27d6fc206fa
re PR c++/53039 (including <functional> breaks std::is_convertible with template-pack expansion)

PR c++/53039
* pt.c (arg_from_parm_pack_p): Go back to using same_type_p or
cp_tree_equal.

From-SVN: r189305
gcc/cp/ChangeLog
gcc/cp/pt.c