You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# class should be exported except those not at top level or template classes
415
+
# if class is not exported, then its methods should be (checked whenever leaving out the class)
416
+
$EXPORTED[-1]++;
417
+
}
414
418
};
415
419
$line = "$1$3";
416
420
# Inheritance
@@ -490,7 +494,7 @@ sub detect_comment_block{
490
494
pop(@global_bracket_nesting_index);
491
495
pop(@ACCESS);
492
496
die"Class $CLASSNAME[$#CLASSNAME] in $headerfile at line $line_idx should be exported with appropriate [LIB]_EXPORT macro. If this should not be available in python, wrap it in a `#ifndef SIP_RUN` block."
0 commit comments