Boost logo

Boost :

From: troy d.straszheim (troy_at_[hidden])
Date: 2004-09-12 09:04:05


Anybody have a hint on how to build the docs for this (or be willing to
just build them and put them up somewhere)?

Thanks,

-t

On Sep 12, 2004, at 2:41 PM, John Torjo wrote:

> Dear boosters,
>
> The FORMAL Review of "Output Formatter" library begins today,
> Sept 12, 2004.
>
> Author:
> Reece Dunn
>
>
> Description:
> The outfmt library provides means to write and read
> containers/ arrays/ ranges (pairs of iterators) to/from STL streams.
> It also provides means to customize formatting as your write to/read
> from a stream:
> std::list<int> l; // { 1, 4, 10 }
> std::cout << formatob(l); // output: [ 1, 4, 10 ]
> std::cout << formatob(l).format("<",">"); // output: <1, 4, 10>
>
>
> Download:
> You can get it from the boost sandbox:
> http://cvs.sourceforge.net/viewcvs.py/boost-sandbox/boost-sandbox/
> libs/outfmt/docs/
> http://cvs.sourceforge.net/viewcvs.py/boost-sandbox/boost-sandbox/
> boost/outfmt/
>
> As a convenience (only for the period of the review), you can also get
> it from
> http://www.torjo.com/code/outfmt.zip (153Kb)
>
>
> Review process:
> Your comments may be brief or lengthy, but basically the Review Manager
> needs your evaluation of the library.
> If you identify problems along the way, please note if
> they are minor, serious, or showstoppers.
>
> When doing the formal review, please answer the following questions:
>
> 1. What is your evaluation of the design?
> 2. What is your evaluation of the implementation?
> 3. What is your evaluation of the documentation?
> 4. What is your evaluation of the potential usefulness of the library?
> 5. Did you try to use the library?
> With what compiler? Did you have any problems?
> 6. How much effort did you put into your evaluation?
> A glance? A quick reading? In-depth study?
> 7. Are you knowledgeable about the problem domain?
>
> And most important,
> 8. Do you think the library should be accepted as a Boost library?
> Be sure to say this explicitly so that your other comments don't
> obscure your overall opinion.
>
>
> More on the formal review process:
> http://www.boost.org/more/formal_review_process.htm
>
>
> The Review Manager is:
> John Torjo
> john.lists_at_[hidden]
>
>
>
>
> Contributing editor, C/C++ Users Journal
> -- "Win32 GUI Generics" -- generics & GUI do mix, after all
> -- http://www.torjo.com/win32gui/
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk