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