From 5d00c5679eb9a70eb234bc1c91aeb17ec27eb875 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Fri, 12 Jul 2013 19:57:05 +0000 Subject: [PATCH] Adding streambuf as a valid CPP header. Patch from chris.dale.dis. --- cpplint/cpplint.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cpplint/cpplint.py b/cpplint/cpplint.py index 4d15272..a8c9f67 100755 --- a/cpplint/cpplint.py +++ b/cpplint/cpplint.py @@ -257,8 +257,9 @@ _CPP_HEADERS = frozenset([ 'numeric', 'ostream', 'ostream.h', 'parsestream.h', 'pfstream.h', 'PlotFile.h', 'procbuf.h', 'pthread_alloc.h', 'rope', 'rope.h', 'ropeimpl.h', 'SFile.h', 'slist', 'slist.h', 'stack.h', 'stdexcept', - 'stdiostream.h', 'streambuf.h', 'stream.h', 'strfile.h', 'string', - 'strstream', 'strstream.h', 'tempbuf.h', 'tree.h', 'typeinfo', 'valarray', + 'stdiostream.h', 'streambuf', 'streambuf.h', 'stream.h', 'strfile.h', + 'string', 'strstream', 'strstream.h', 'tempbuf.h', 'tree.h', 'typeinfo', + 'valarray', ])