mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Adding streambuf as a valid CPP header.
Patch from chris.dale.dis.
This commit is contained in:
parent
5684bbc8b5
commit
5d00c5679e
5
cpplint/cpplint.py
vendored
5
cpplint/cpplint.py
vendored
|
@ -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',
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user