23 Mar
2010
23 Mar
'10
2:01 p.m.
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 callproto::_left #define _right callproto::_right
I can't imagine the above two have any effect at all.
Whoops, I think what I meant there was: #define _left(x) callproto::_left(x) #define _right(x) callproto::_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