Merge pull request #1 from Fylax/string_view-support

added c++17 string_view support
This commit is contained in:
Nico Caprioli 2017-10-08 21:49:01 +02:00 committed by GitHub
commit 92fa3d8342

1
cpplint/cpplint.py vendored
View File

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