$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] BOOST_PROTO_EXTENDS_USING_ASSIGN
From: Hossein Haeri (powerprogman_at_[hidden])
Date: 2010-11-22 17:35:59
Dear all,
When I compile the example right after
I get the following error in GCC 4.5.0 (MinGW32, WinXPSP2):
error: ISO C++ forbids declaration of 'BOOST_PROTO_EXTENDS_USING_ASSIGN' with no type
error: expected ';' before 'typedef'
I first thought that that's because I haven't included the right set of headers. Replaced them all with #include <boost/proto/proto.hpp> and the problem remains intact. Any suggestions?
TIA,
--Hossein