Opened 11 years ago
Closed 11 years ago
#5700 closed Bugs (fixed)
warning in object_pool.hpp:56
Reported by: | Owned by: | Chris Newbold | |
---|---|---|---|
Milestone: | To Be Determined | Component: | pool |
Version: | Boost 1.47.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
In the file object_pool.hpp:56 the variable const size_type next_size shadows a member variable from the superclass.
I suggest to rename the variable to nnext_size, the same name is used in the constructor in pool.hpp to prevent this warning.
Attached a simple fix for this
Attachments (1)
Note:
See TracTickets
for help on using tickets.
diff against trunk