Opened 16 years ago

Last modified 15 years ago

#836 closed Support Requests (fixed)

warning using pool.hpp — at Version 1

Reported by: dmarkman Owned by: shammah
Milestone: Component: pool
Version: None Severity: Problem
Keywords: Cc:

Description (last modified by Marshall Clow)

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

Change History (1)

comment:1 by Marshall Clow, 15 years ago

Component: Nonepool
Description: modified (diff)
Severity: Showstopper
Note: See TracTickets for help on using tickets.