From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28652 invoked by alias); 9 Oct 2008 14:24:03 -0000 Received: (qmail 28181 invoked by uid 48); 9 Oct 2008 14:22:41 -0000 Date: Thu, 09 Oct 2008 14:24:00 -0000 Subject: [Bug preprocessor/37781] New: error: missing binary operator before token "(" X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jarda at grisoft dot cz" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-10/txt/msg00633.txt.bz2 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