Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6007: syntax error in VS2010
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-29 14:52:25
#6007: syntax error in VS2010
-------------------------------+--------------------------------------------
Reporter: anonymous | Owner: jsiek
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: dynamic_bitset
Version: Boost 1.47.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------+--------------------------------------------
Comment (by fearhope@â¦):
I encountered same errors after adding VCGLib with boost lib.
and I found that VCGLib had a "static_assert" macro in a header file
"base.h" like as follows.
#define static_assert assert
therefore, I searched all "static_assert" lines referencing the macro in
all VCGLib source files and changed it to "vcg_static_assert". Then, the
compile errors all were gone.
I hope this information will help one who has similar problem.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6007#comment:7> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC