You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding streambuf as a valid CPP header. You can see that this include name is
valid:
http://www.cplusplus.com/reference/streambuf/
cpplint.py was giving a false positive with the valid code:
#include <streambuf>
But was passing with the invalid code (didn't compile):
#include <streambuf.h>
Original issue reported on code.google.com by [email protected] on 17 Jun 2013 at 3:14
Original issue reported on code.google.com by
[email protected]
on 17 Jun 2013 at 3:14Attachments:
The text was updated successfully, but these errors were encountered: