Boost logo

Boost :

From: John Phillips (phillips_at_[hidden])
Date: 2006-09-12 10:11:05


Douglas Gregor wrote:

> On Sep 6, 2006, at 5:10 PM, Dean Michael Berris wrote:
>
...
>>
>>mpi::communicator c;
>>std::string str("Hello, World!");
>>c.send(tag=0, rank=1, value=str);
>>c.send(rank=1, tag=0, value=str);
>>c.send(value=str, rank=1, tag=0);
>
>
> I like this a lot. I expect it will be very easy to do with with the
> Parameter library :)
>
>

   I also like this, and add my voice to supporting it.
                        John Phillips


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