Opened 11 years ago
Closed 11 years ago
#5568 closed Bugs (fixed)
singleton_pool doesn't propagate MaxSize value to his pool
Reported by: | Owned by: | Chris Newbold | |
---|---|---|---|
Milestone: | To Be Determined | Component: | pool |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
on singleton_pool.hpp, line 48, when instancing a pool the MaxSize is not propagated to the pool.
As a fix, I just propagate this value (on line 48).
pool_type():p(RequestedSize, NextSize, MaxSize) { }
See the attached document.
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | singleton_pool.hpp added |
---|
comment:1 by , 11 years ago
Note:
See TracTickets
for help on using tickets.
singleton_pool MaxSize propagation