|
Boost : |
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-11-07 12:50:49
"Jonathan Turkanis" <technews_at_[hidden]> wrote in message
news:cmlj0d$8o9$1_at_sea.gmane.org...
| BTW, I used the Assign library in the examples and regression tests, and I
don't
| think I could have done without it. Thanks!
you're welcome. A small nitpick:
list_of( pair_type("Sofa", "Living Room") )
( pair_type("Stove", "Kitchen") )
can be done as list_of<pair_type>( "Sofa", "Living Room")( "Stove",
"Kitchen")
-Thorsten
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk