Subject: [Boost-bugs] [Boost C++ Libraries] #8728: GIL's png scanline_reader: multiple definition of this_t
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-25 14:23:11
#8728: GIL's png scanline_reader: multiple definition of this_t
-------------------------------------+---------------------
Reporter: n.sherlock@⦠| Owner: hljin
Type: Bugs | Status: new
Milestone: To Be Determined | Component: GIL
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+---------------------
In the SVN head version of
boost/gil/extension/io/formats/png/scanline_read.hpp (version 84903),
`this_t` is defined twice, one as a private type:
{{{#!c++
private:
typedef scanline_reader< Device
, png_tag
> this_t;
}}}
And once as a different, incompatible public type:
{{{#!c++
public:
typedef scanline_reader< Device, tag_t > this_t;
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8728> 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:13 UTC