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 8c86ad8 commit 1beb856Copy full SHA for 1beb856
unittests/test_non_copyable_recursive.py
@@ -15,7 +15,6 @@ class Test(parser_test_case.parser_test_case_t):
15
def __init__(self, *args):
16
parser_test_case.parser_test_case_t.__init__(self, *args)
17
self.header = "test_non_copyable_recursive.hpp"
18
- self.config.cflags = "-std=c++11"
19
20
def test_infinite_recursion_base_classes(self):
21
"""
0 commit comments