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 a69d298 commit 64594a6Copy full SHA for 64594a6
1 file changed
yggdrasil/drivers/CPPModelDriver.py
@@ -46,6 +46,7 @@ def add_standard_flag(cls, flags):
46
flags.append('-std=%s' % cls.cpp_std)
47
return flags
48
49
+ @classmethod
50
def remove_standard_flag(cls, flags):
51
r"""Remove the standard flag from a list of flags if one is
52
present.
0 commit comments