Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/pool/TODO.txt @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 747 bytes
Line 
1Copyright (C) 2000 Stephen Cleary
2
3Distributed under the Boost Software License, Version 1.0. (See accompany-
4ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6Here's a list of things TODO on the Pool library; these things will be done on an "as-I-get-around-to-it" basis:
7  . Evaluate changes necessary for MSVC 6sp4 (Could use some help from people who own MSVC...)
8  . Create more exhaustive test/example files, possibly other timing tests; convert to the new Boost testing harness
9  . Add overloaded new/delete (pool_base) as Yet Another Interface.
10  . 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.