added c++17 string_view support

This commit is contained in:
Nico Caprioli 2017-10-08 21:43:53 +02:00 committed by GitHub
parent 911d9f4a7e
commit bf5f9c4f71

1
cpplint/cpplint.py vendored
View File

@ -382,6 +382,7 @@ _CPP_HEADERS = frozenset([
'stdexcept',
'streambuf',
'string',
'string_view',
'strstream',
'system_error',
'thread',