Update intrusive.qbk

Minor but subtle (for beginners) correction.
This commit is contained in:
slymz
2016-12-27 17:04:39 -05:00
committed by GitHub
parent 190900e1b0
commit 497ea88336

View File

@@ -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.