Re: [boost] Adding a generic list manipulator

2003-04-17 Thread Terje Slettebø
Another suggestion, which was also suggested, and done, for my composite stream operators (which is similar to your library), is to put it in the Sandbox. That enables easier use and updating, and you don't have to attach a file for each update. People using the Sandbox can just add it to their in

Re: [boost] Adding a generic list manipulator

2003-04-17 Thread Reece Dunn
[documentation]: William E. Kempf wrote: > NOTE: I am thinking about writing an XSLT file that will generate > boost-style documentation. Already done. You're reinventing the wheel, and should instead be helping out the development efforts of BoostBook. I said that I was *thinking* about it. A

Re: [boost] Adding a generic list manipulator

2003-04-04 Thread Reece Dunn
Paul A. Bristow wrote: Thanks for repackaging the code inside zip, and for mor examples, and making it work 'strictly' MXVC 7.0 Level 4 & NO language extensions No problem. But handling at least 2D and 3D C arrays is still acommon requirement. The problem with 2 or more dimensions is that you can

[boost] adding a generic list manipulator

2003-03-31 Thread Reece Dunn
My post dated March 30 2003 11:17AM should have had this heading, but I forgot to add a subject so it got named (no subject). You can find the details of that post at: http://aspn.activestate.com/ASPN/Mail/Message/boost/1587184 -rhd- mailto:[EMAIL PROTECTED] __

RE: [boost] Adding a generic list manipulator

2003-03-19 Thread Paul A. Bristow
) and finally a nit - Separator is wrongly spelled. Paul Paul A Bristow, Prizet Farmhouse, Kendal, Cumbria, LA8 8AB UK +44 1539 561830 Mobile +44 7714 33 02 04 Mobile mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[

[boost] Adding a generic list manipulator

2003-03-14 Thread Reece Dunn
I have an output stream manipulator that allows the user of it to print out a list in a given range (first, last) or by a container c (c.begin(), c.end()). I am looking at adding this into the boost library. The source code for it is in the attachment (printlist.hpp). An example of its use is: