From 6743a9d570375e881b72d9b224de308d27bf36da Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 2 May 2001 13:16:43 +0000 Subject: [PATCH] Fix a follow-up bug as well. git-svn-id: https://svn.dealii.org/trunk@4522 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/forward_declarations.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5