mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Merge pull request #1 from Fylax/string_view-support
added c++17 string_view support
This commit is contained in:
commit
92fa3d8342
1
cpplint/cpplint.py
vendored
1
cpplint/cpplint.py
vendored
|
@ -382,6 +382,7 @@ _CPP_HEADERS = frozenset([
|
|||
'stdexcept',
|
||||
'streambuf',
|
||||
'string',
|
||||
'string_view',
|
||||
'strstream',
|
||||
'system_error',
|
||||
'thread',
|
||||
|
|
Loading…
Reference in New Issue
Block a user