This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/37781] New: error: missing binary operator before token "("


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]