File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -499,13 +499,12 @@ sub detect_comment_block{
499499 do {no warnings ' uninitialized' ;
500500 push @CLASSNAME , $3 ;
501501 if ($#CLASSNAME == 0){
502- dbg_info(' www' );
503502 # might be worth to add in-class classes later on
504503 # in case of a tamplate based class declaration
505504 # based on an in-class and in the same file
506505 push @DECLARED_CLASSES , $CLASSNAME [$#CLASSNAME ];
507506 }
508- dbg_info(" class: " .$CLASSNAME [$#CLASSNAME ]. $#CLASSNAME );
507+ dbg_info(" class: " .$CLASSNAME [$#CLASSNAME ]);
509508 if ($LINE =~ m /\b [A-Z] +_EXPORT\b / || $#CLASSNAME != 0 || $INPUT_LINES [$LINE_IDX -2] =~ m / ^\s *template</ ){
510509 # class should be exported except those not at top level or template classes
511510 # if class is not exported, then its methods should be (checked whenever leaving out the class)
You can’t perform that action at this time.
0 commit comments