in Education by
When compiling boost filesystem (1_46_1) with Intel 12 Release 4, and Visual Studio 10, I get this error: [cc] F:/boost/filesystem/v3/operations.hpp(126): error: expected either a definition or a tag name [cc] BOOST_SCOPED_ENUM_START(copy_option) [cc] ^ It works fine when compiling for Visual Studio 2008 (and 2005). Although compiled with custom ant build scripts, bjam fails for the same reason. Any hints for fixing this are greatly appreciated. We have a local copy of boost so we can make modifications to it. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
This is a bug in boost 1_46_1 - #5661. You can fix it by: Upgrading to boost 1_47_0 (just released) which should fix it according to ticket 5661. Or Stick with boost 1_46_1 and pass /Qstd=c++0x as a compiler option.

Related questions

0 votes
    I am a complete beginner in allegro and i just installed allegro correctly and this is my code(my first ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 22, 2022 in Education by JackTerrance
0 votes
    Is there any way to synchronize scrollbars in VS2010? For instance, if you have two files that are nearly ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    To my amazement I just discovered that the C99 stdint.h is missing from MS Visual Studio 2003 upwards. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    A couple months ago I did a project in C++ with Visual Studio that I needed pthreads for, so I ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 9, 2022 in Education by JackTerrance
0 votes
    I am receiving the error "'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine" ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 16, 2022 in Education by JackTerrance
0 votes
    I can not seem to be able to read from config file multitoken options like I can from command line ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which compiler switch to be used for compiling the programs using math library with gcc compiler?...
asked Jan 18, 2021 in Technology by JackTerrance
+1 vote
    Which compiler switch to be used for compiling the programs using math library with gcc compiler?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    After spending quite some time debugging the issue today, I noticed the boost::iostream::filtering_ostream ... #ifdef HAS_SCOPE { #endif ZlibOstream zlibOstream{oss}; zlibOstream...
asked May 1, 2022 in Education by JackTerrance
0 votes
    I'm looking to have two versions of BOOST compiled into a project at the same time. Ideally they ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 22, 2022 in Education by JackTerrance
0 votes
    I'm looking to have two versions of BOOST compiled into a project at the same time. Ideally they ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 21, 2022 in Education by JackTerrance
0 votes
    I'm looking to have two versions of BOOST compiled into a project at the same time. Ideally they ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 20, 2022 in Education by JackTerrance
0 votes
    This is a long shot but, having come across a constrain in a form of a qt's signals, slots being ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 17, 2022 in Education by JackTerrance
0 votes
    This is a long shot but, having come across a constrain in a form of a qt's signals, slots being ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    As far as I know, in gcc you can write something like: #define DBGPRINT(fmt...) printf(fmt); Is ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 24, 2022 in Education by JackTerrance
...