Boost logo

Boost :

From: Russell Hind (rhind_at_[hidden])
Date: 2004-03-04 10:56:36


David Turner wrote:

>
> window w("Test");
> button b = w.spawn("button");
> b.label("Click me");
> w.contain(b);
>

But this wouldn't catch at compile time me writing

label l = w.spawn("button");

Thanks

Russell


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