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-22 16:51:58


Hi Kim,

I added the following lines necessary for my compiler (MSVC2005):

#if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1500))
#define _left call<proto::_left>
#define _right call<proto::_right>
#endif

But received "fatal error C1004: unexpected end-of-file found" which I don't
recognize.

andrew


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