Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7981: boost 1.51.0 compatible with boost 1.45.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-10 22:20:17
#7981: boost 1.51.0 compatible with boost 1.45.0
-------------------------------------------+--------------------------------
Reporter: franklin_liu1019@⦠| Owner: danieljames
Type: Patches | Status: new
Milestone: To Be Determined | Component: hash
Version: Boost 1.51.0 | Severity: Problem
Resolution: | Keywords: compatibility
-------------------------------------------+--------------------------------
Comment (by danieljames):
The first error is because 1.45 uses version 2 of Boost.Filesystem by
default, but 1.51 only contains version 3. You might be able to fix it by
defining `BOOST_FILESYSTEM_DEPRECATED`, but you really should update the
code to use the new version. Details at:
http://www.boost.org/doc/libs/1_53_0/libs/filesystem/doc/deprecated.html
As for the hash error, can you give me some more detail? The code in
question hasn't changed since 1.45, so it's hard to tell what the problem
is. What platform are you running on? (I'm guessing some sort of linux?
But the full version details might help). Does the error always happen
when including the hash headers, or only when other code is included? If
possible a minimal test case to trigger the error would be helpful.
I don't know what the `no_check` error is, there's a class in spirit with
that name - is it caused by something that uses spirit?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7981#comment:2> 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:12 UTC