Adding streambuf as a valid CPP header.

Patch from chris.dale.dis.
This commit is contained in:
erg@google.com 2013-07-12 19:57:05 +00:00
parent 5684bbc8b5
commit 5d00c5679e

5
cpplint/cpplint.py vendored
View File

@ -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',
])