#179 /c++1/cpp11/s

This commit is contained in:
nvbn
2015-05-10 09:35:02 +02:00
parent 62c605d0ac
commit 6cdc2c27fb
2 changed files with 2 additions and 4 deletions
@@ -2,9 +2,7 @@ def match(command, settings):
return (('g++' in command.script or 'clang++' in command.script) and
('This file requires compiler and library support for the '
'ISO C++ 2011 standard.' in command.stderr or
'-Wc++11-extensions' in command.stderr
)
)
'-Wc++11-extensions' in command.stderr))
def get_new_command(command, settings):