From adabbcf475e259e77ef3b3d94f2070327955ee0a Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Fri, 23 Apr 2004 22:06:51 +0000 Subject: Jonathan Wakely 2004-04-24 Matthias Klose Jonathan Wakely * docs/html/configopts.html: Fix reference to allocator config option. From-SVN: r81114 --- libstdc++-v3/docs/html/configopts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/docs/html/configopts.html') diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html index 6a2e214..7e27ee0 100644 --- a/libstdc++-v3/docs/html/configopts.html +++ b/libstdc++-v3/docs/html/configopts.html @@ -135,7 +135,7 @@ options

Select a target-specific underlying std::allocator. The choices are 'new' to specify a wrapper for new, 'malloc' to specify a wrapper for malloc, 'mt' for a fixed power of two allocator - (More info) or + (documented under extensions) or 'bitmap' for a bitmap allocator. This option can change the library ABI.

-- cgit v1.1