mirror of
https://github.com/boostorg/pool.git
synced 2026-07-21 13:33:29 +00:00
Tidy up dead files.
[SVN r73209]
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
Copyright (C) 2000 Stephen Cleary
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompany-
|
||||
ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Here's a list of things TODO on the Pool library; these things will be done on an "as-I-get-around-to-it" basis:
|
||||
. Evaluate changes necessary for MSVC 6sp4 (Could use some help from people who own MSVC...)
|
||||
. Create more exhaustive test/example files, possibly other timing tests; convert to the new Boost testing harness
|
||||
. Add overloaded new/delete (pool_base) as Yet Another Interface.
|
||||
. 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.
|
||||
@@ -1,9 +0,0 @@
|
||||
/*
|
||||
Copyright (C) 2000 Stephen Cleary
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompany-
|
||||
ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
*.code { font-family: monospace; }
|
||||
*.m4 { white-space: pre; font-family: monospace; font-size: 75% }
|
||||
+3
-3
@@ -1,13 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; URL=doc/index.html">
|
||||
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
|
||||
</head>
|
||||
<body>
|
||||
Automatic redirection failed, please go to
|
||||
<a href="doc/index.html">doc/index.html</a>. <hr>
|
||||
<a href="doc/html/index.html">doc/html/index.html</a>. <hr>
|
||||
<p>© Copyright Beman Dawes, 2001</p>
|
||||
<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
|
||||
at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user