Boost logo

Boost Users :

Subject: Re: [Boost-users] [proto] need explanation in implementing distributive law
From: Andrew Durward (andrew.durward_at_[hidden])
Date: 2010-03-23 10:01:12


Hi Eric and thanks much for your excellent library,

> Nice to see proto users helping each other!

Speaking for myself, I need all the help I can get ;)

> > #if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1500))
> > #define _left call<proto::_left>
> > #define _right call<proto::_right>
>
> I can't imagine the above two have any effect at all.

Whoops, I think what I meant there was:

#define _left(x) call<proto::_left(x)>
#define _right(x) call<proto::_right(x)>

Which I stole from another thread on this list:
http://lists.boost.org/boost-users/2009/01/44162.php

Thanks,
andrew

PS - If you have a moment to spare, would you mind having a peek at the
proto thread I started recently? I'm really stumped :(
http://lists.boost.org/boost-users/2010/03/57579.php


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net