From: wolf Date: Wed, 2 May 2001 13:17:12 +0000 (+0000) Subject: Fix follow-up bug. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7205f584dc6b106006369fec9ff89ab5eb036b88;p=dealii-svn.git Fix follow-up bug. git-svn-id: https://svn.dealii.org/branches/Branch-3-1@4523 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/forward_declarations.pl b/deal.II/common/scripts/forward_declarations.pl index 6fc3a2fd80..7891a8872d 100644 --- a/deal.II/common/scripts/forward_declarations.pl +++ b/deal.II/common/scripts/forward_declarations.pl @@ -112,7 +112,7 @@ sub parse_class_declarations { $declaration =~ s/\s+$//g; # strip default template parameters - while ( $declaration =~ s/<(.*)=\s*[-\w,_\s]+(<[^.]*>)?(.*)>/<$1 $3 > / ) { + while ( $declaration =~ s/<(.*)=\s*[-\w,_:\s]+(<[^.]*>)?(.*)>/<$1 $3 > / ) { } # impose a negativ-list of names we do not want to