Re: [boost] old style streams support?

I didn't get any replies to this (not that I expect anyone to be interested in my crufty old compiler anyway J ). While rooting around in the boost 1.34.1 source I found detail/template_streams.hpp which seems to be the solution I am looking for but this doesn't appear to be used very much in other parts of boost. How should I proceed here? I can update the pieces of boost I need to use these macros - can I commit these changes (post 1.35)? - should I ask someone else to? Am I on my own? Thanks Andrew From: Eames, Andrew Sent: Friday, December 21, 2007 11:52 AM To: 'boost@lists.boost.org' Subject: old style streams support? Hi, My DSP compiler comes with an ancient version of STL which only has old-style streams support (non templated streambuf etc.). It seems that in order to use some parts of boost that use streams, I would need to either modify boost to allow old style streams or use something like STLPort to get a more modern version of STL (My compiler vendor is unlikely to provide me with a more modern version). Using STLPort comes with its own porting issues - I have tried it briefly and it could probably be made to work but it would definitely require some modification. Is there any interest in supporting old-style streams in boost? Andrew
participants (1)
-
Eames, Andrew