Boost logo

Boost :

From: John E. Potter (jpotter_at_[hidden])
Date: 2000-08-16 16:36:47


On Wed, 16 Aug 2000, Beman Dawes wrote:

> I've written a draft policy covering when boost libraries should or
> shouldn't include other boost or standard library components.
>
> Comments?

Good start. Any thoughts on default template parameters? Example

#include <stack>
typedef stack<Thing, list<Thing> > MyStack;

The cost of including <deque> is unavoidable, but standard.

Thanks,
John


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