
7 Nov
2004
7 Nov
'04
5:50 p.m.
"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:cmlj0d$8o9$1@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