|
Boost Users : |
Subject: [Boost-users] "expected unqualified-id" error
From: Mahmood Naderan (nt_mahmood_at_[hidden])
Date: 2010-04-19 00:17:06
Hi,
I have successfully build Boost, but when I want to "make" a program which uses Boost library, I get an error that points to one of Boost files.
boost/mpl/aux_/numeric_op.hpp:250: error: expected unqualified-id before â:â token
Part of the code is:
#if !defined(BOOST_MPL_CFG_MSVC_ETI_BUG)
   : AUX778076_OP_IMPL_NAME<
         typename AUX778076_OP_TAG_NAME<N1>::type
       , typename AUX778076_OP_TAG_NAME<N2>::type
       >::template apply<N1,N2>::type
#else
....
It is strange for me because, the libboost are created so why get another error in boost now?Â
// Naderan *Mahmood;
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net