Subject: Re: [Boost-bugs] [Boost C++ Libraries] #836: warning using pool.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-21 00:10:07
#836: warning using pool.hpp
-------------------------------+--------------------------------------------
Reporter: dmarkman | Owner: shammah
Type: Support Requests | Status: assigned
Milestone: | Component: pool
Version: None | Severity: Showstopper
Resolution: None | Keywords:
-------------------------------+--------------------------------------------
Changes (by marshall):
* component: None => pool
* severity: => Showstopper
Old description:
> {{{
> I'm getting warning
> boost/boost_1_33/boost/pool/pool.hpp:293: warning: declaration of 'free'
> shadows a member of 'this'
>
> I'd like to have my source warning free
>
> offended code is:
>
> void * free = this->first;
>
> indeed class pool has method free
>
> thanks
>
> }}}
New description:
{{{
I'm getting warning
boost/boost_1_33/boost/pool/pool.hpp:293: warning: declaration of 'free'
shadows a member of 'this'
I'd like to have my source warning free
offended code is:
void * free = this->first;
indeed class pool has method free
thanks
}}}
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/836#comment:1>
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:49:57 UTC