re PR c++/23896 (boost::tie() = std::pair doesn't compile)
authorMark Mitchell <mark@codesourcery.com>
Fri, 16 Sep 2005 01:50:26 +0000 (01:50 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 16 Sep 2005 01:50:26 +0000 (01:50 +0000)
commit3489ea0cb1ee05d7c65b5178cc9f382c1578f254
tree42cb31327a251297cee280781730079e7371a689
parentbba35acfce4ef15716ffc6dee95eb0d6e82aec9c
re PR c++/23896 (boost::tie() = std::pair doesn't compile)

PR c++/23896
* pt.c (tsubst_aggr_type): Make sure skip_evaluation is false when
processing template arguments.

PR c++/23896
* g++.dg/template/static17.C: New test.

From-SVN: r104336
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/static17.C [new file with mode: 0644]