< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
I noticed Windows' iosfwd.h defines streambuf as a template. As I'm porting to VxWorks, I noticed VxWorks does not have this header file, nor a template called streambuf. I suppose I could copy the iosfwd.h file from Windows, but I'm not sure if that will also require C++ file(s) at link time. Where does linux define streambuf? Jerry