From 497ea883364de4f24d3c145034690f62fa63aa28 Mon Sep 17 00:00:00 2001 From: slymz Date: Tue, 27 Dec 2016 17:04:39 -0500 Subject: [PATCH] Update intrusive.qbk Minor but subtle (for beginners) correction. --- doc/intrusive.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index 8e5b10c..22685c7 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -701,7 +701,7 @@ with the name of the file to include: These hooks have exactly the same size overhead as their analog non auto-unlinking hooks, but they have a restriction: they can only be used with -[link intrusive.presenting_containers non-constant time containers]. +[link intrusive.presenting_containers non-constant time size containers]. There is a reason for this: * Auto-unlink hooks don't store any reference to the container where they are inserted.