From: Wolfgang Bangerth Date: Fri, 22 Jul 2011 03:47:34 +0000 (+0000) Subject: Compiler doesn't like 'typename' outside templates. X-Git-Tag: v8.0.0~3813 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbb58d1ebd9606d64077da4591a3391e9800e80e;p=dealii.git Compiler doesn't like 'typename' outside templates. git-svn-id: https://svn.dealii.org/trunk@23955 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/hp/create_rhs_01.cc b/tests/hp/create_rhs_01.cc index df240e112d..aed9a30cdc 100644 --- a/tests/hp/create_rhs_01.cc +++ b/tests/hp/create_rhs_01.cc @@ -57,7 +57,7 @@ void test () hp::DoFHandler<2> hp_dof_handler2(triangulation); //set different fe for testing - typename hp::DoFHandler<2>::active_cell_iterator + hp::DoFHandler<2>::active_cell_iterator cell=hp_dof_handler.begin_active(),endc = hp_dof_handler.end(); for (; cell!=endc; ++cell)