------- Comment #8 from pinskia at gcc dot gnu dot org 2006-10-19 21:58 ------- Note bool has nothing to do with the problem, the following testcase shows that: template< int C > int assertion_failed( int); template< class > struct N { static int const okay = 1; enum { t = sizeof( assertion_failed<okay>( 0)) }; }; int main() { N<int> n; }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-10-19 21:58:50 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29518