From: wolf Date: Wed, 2 May 2001 12:56:09 +0000 (+0000) Subject: Allow ":" (and in particular "::") inside template type list. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b51c16d2899532920ace29160ea7e3223ffeb38;p=dealii-svn.git Allow ":" (and in particular "::") inside template type list. git-svn-id: https://svn.dealii.org/trunk@4519 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/forward_declarations.pl b/deal.II/common/scripts/forward_declarations.pl index 3c81bdeab9..6fc3a2fd80 100644 --- a/deal.II/common/scripts/forward_declarations.pl +++ b/deal.II/common/scripts/forward_declarations.pl @@ -76,8 +76,8 @@ sub parse_class_declarations { if ( /^\s*((template\s*< ( - ([-\w,_=\s] | - <([-\w_,=\s])+> )* + ([-\w,_=:\s] | + <([-\w_,=:\s])+> )* )>\s*)? (class|struct))(.*)/x ) { # this is the declaration of a class, possibly a template