This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/37781] New: error: missing binary operator before token "("
- From: "jarda at grisoft dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Oct 2008 14:22:41 -0000
- Subject: [Bug preprocessor/37781] New: error: missing binary operator before token "("
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Boost header is not procceeded correctly and ended with error:
/usr/local/include/boost/mpl/apply_wrap.hpp:81:31: error: missing binary
operator before token "("
The code is:
#elif BOOST_PP_ITERATION_DEPTH() == 1
where BOOST_PP_ITERATION_DEPTH() is defined as (for example):
#define BOOST_PP_ITERATION_DEPTH() 2
System: FreeBSD 7.0 RELEASE
Arch: amd64
Gcc version: gcc-4.4.0_20081003
--
Summary: error: missing binary operator before token "("
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: preprocessor
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jarda at grisoft dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37781