Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/pool/TODO.txt @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 562 bytes
Line 
1Here's a list of things TODO on the Pool library; these things will be done on an "as-I-get-around-to-it" basis:
2  . Evaluate changes necessary for MSVC 6sp4 (Could use some help from people who own MSVC...)
3  . Create more exhaustive test/example files, possibly other timing tests; convert to the new Boost testing harness
4  . Add overloaded new/delete (pool_base) as Yet Another Interface.
5  . Add a "grow" function (similar to std::realloc) to pool for attempting reallocation of contiguous memory; if it fails to find contiguous chunks, it should return 0.
Note: See TracBrowser for help on using the repository browser.