|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57003 - trunk/libs/intrusive/doc
From: igaztanaga_at_[hidden]
Date: 2009-10-19 15:02:22
Author: igaztanaga
Date: 2009-10-19 15:02:22 EDT (Mon, 19 Oct 2009)
New Revision: 57003
URL: http://svn.boost.org/trac/boost/changeset/57003
Log:
Fixes for 1.41
Text files modified:
trunk/libs/intrusive/doc/intrusive.qbk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/libs/intrusive/doc/intrusive.qbk
==============================================================================
--- trunk/libs/intrusive/doc/intrusive.qbk (original)
+++ trunk/libs/intrusive/doc/intrusive.qbk 2009-10-19 15:02:22 EDT (Mon, 19 Oct 2009)
@@ -3183,7 +3183,8 @@
and values is implemented in terms of static functions]. It's possible to use [*stateful] value traits
so that we can separate nodes and values and [*avoid modifying types to insert nodes].
[*Boost.Intrusive] differentiates between stateful and stateless value traits by checking if all
-Node <-> Value transformation functions are static or not:
+Node <-> Value transformation functions are static or not (except for Visual 7.1, since overloaded
+static function detection is not possible, in this case the implementation checks if the class is empty):
* If all Node <-> Value transformation functions are static , a [*stateless]
value traits is assumed. transformations must be static functions.
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk