$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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