From: wolf Date: Tue, 8 Aug 2000 15:36:08 +0000 (+0000) Subject: Also catch specializations of classes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2395580f755c61685d3f3769ab4d9ba51645eac4;p=dealii-svn.git Also catch specializations of classes. git-svn-id: https://svn.dealii.org/trunk@3241 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/forward_declarations.pl b/deal.II/common/scripts/forward_declarations.pl index fcfc19224c..d75d4a9ad6 100644 --- a/deal.II/common/scripts/forward_declarations.pl +++ b/deal.II/common/scripts/forward_declarations.pl @@ -70,7 +70,7 @@ sub parse_class_declarations { if ( /^\s*((template\s*< ( ([-\w,_=\s] | - <([-\w_,=\s])+> )+ + <([-\w_,=\s])+> )* )>\s*)? (class|struct))(.*)/x ) { # this is the declaration of a class, possibly a template