
22 Mar
2010
22 Mar
'10
8:51 p.m.
Hi Kim, I added the following lines necessary for my compiler (MSVC2005): #if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1500)) #define _left callproto::_left #define _right callproto::_right #endif But received "fatal error C1004: unexpected end-of-file found" which I don't recognize. andrew