Subject: [Boost-bugs] [Boost C++ Libraries] #3041: [GIL] Patch for regression test failures in GCC 4.4
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-16 15:18:55
#3041: [GIL] Patch for regression test failures in GCC 4.4
---------------------------------------------------------+------------------
Reporter: Richard Webb <richard.webb_at_[hidden]> | Owner: hljin
Type: Patches | Status: new
Milestone: Boost 1.40.0 | Component: GIL
Version: Boost Development Trunk | Severity: Problem
Keywords: |
---------------------------------------------------------+------------------
The GIL regression tests have a number of failures on GCC 4.4, bue to
conflicts between gil::at_c and mpl::at_c.
for example:
http://tinyurl.com/qag3e3
http://tinyurl.com/qdxwna
The attached patch avoids these problems by qualifying some calls to at_c
with gil::, and additionaly replaces the 'using namespace std' in
pixel.cpp with 'using std::swap' in order to avoid an ambiguity with
std::prev (as seen in the second link above).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3041> 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:00 UTC