re PR c++/14250 (switch() does not seem to see operator int() in template class)
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Mon, 23 Feb 2004 12:40:59 +0000 (12:40 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Mon, 23 Feb 2004 12:40:59 +0000 (12:40 +0000)
commit29f4ceab97334d8e361a103dae4254766414acf5
treee2ff312db4984c06efeaee8266b65897019e9807
parent6871ba5ffcd7c2eccc4acd66da2ab4f9bdb730fe
re PR c++/14250 (switch() does not seem to see operator int() in template class)

PR c++/14250
* cvt.c (build_expr_type_conversion): Type must be complete before
looking up for conversions.

From-SVN: r78293
gcc/cp/ChangeLog
gcc/cp/cvt.c