diff --git a/cpplint/cpplint.py b/cpplint/cpplint.py index 52cb7d0..5fe62f8 100755 --- a/cpplint/cpplint.py +++ b/cpplint/cpplint.py @@ -382,6 +382,7 @@ _CPP_HEADERS = frozenset([ 'stdexcept', 'streambuf', 'string', + 'string_view', 'strstream', 'system_error', 'thread',