We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2b2fd commit 3e73d65Copy full SHA for 3e73d65
unittests/test_smart_pointer.py
@@ -20,6 +20,8 @@ def __init__(self, *args):
20
self.global_ns = None
21
22
def setUp(self):
23
+ if self.config.xml_generator == "gccxml":
24
+ return
25
decls = parser.parse([self.header], self.config)
26
self.global_ns = declarations.get_global_namespace(decls)
27
0 commit comments