Changeset 78271

Timestamp:
Apr 30, 2012, 2:20:43 PM (10 years ago)
Author:
edupuis
Message:

Added class 'boost::static_object_pool'. To minimize code duplication and prevent API changes, existing class 'boost::object_pool<T, UserAllocator>' now inherits from 'boost::object_pool_base<T, pool<UserAllocator>>'.

Member functions get_max_size() and set_max_size() where missing from boost::object_pool implementation. I took advantage of the refactoring to add these functions.

(No files)

Note: See TracChangeset for help on using the changeset viewer.