mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
remove <mutex>
from unapproved headers in cpplint
This commit is contained in:
parent
6271f3f473
commit
52aa2e0549
1
cpplint/cpplint.py
vendored
1
cpplint/cpplint.py
vendored
|
@ -5844,7 +5844,6 @@ def FlagCxx11Features(filename, clean_lines, linenum, error):
|
||||||
'condition_variable',
|
'condition_variable',
|
||||||
'fenv.h',
|
'fenv.h',
|
||||||
'future',
|
'future',
|
||||||
'mutex',
|
|
||||||
'thread',
|
'thread',
|
||||||
'chrono',
|
'chrono',
|
||||||
'ratio',
|
'ratio',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user