From bf5f9c4f71ec3ad26861301ddd392e8be97270f1 Mon Sep 17 00:00:00 2001 From: Nico Caprioli Date: Sun, 8 Oct 2017 21:43:53 +0200 Subject: [PATCH] added c++17 string_view support --- cpplint/cpplint.py | 1 + 1 file changed, 1 insertion(+) 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',