Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2005-08-24 04:33:53


>Thanks for the help.
>
>My platform is Win32 and I was able to create a class:
>
>class mystring: public std::iterator<std::bidirectional_iterator_tag, char
> >
>
>mystring class opens the input file and maps it into memory using:
>CreateFileMapping
>MapViewOfFile
>
>and I pass this into regex_replace. It seems to work - any thoughts?

Yes, that will work fine, and is probably a lot simpler as well :-)

John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net