|
Boost : |
Subject: [boost] [type_erasure][doc]static_binding doc: no mention of PH to PH use.
From: Larry Evans (cppljevans_at_[hidden])
Date: 2012-08-13 06:20:00
The static_binding doc:
contains:
Description
Represents a mapping from placeholders to the
actual types that they bind to.
However, the doc for:
template
< typename Concept2
, typename Tag2
, typename Map
>
any
( const any< Concept2, Tag2 > & other
, const static_binding< Map > & binding
);
here:
contains:
Requires:
[snip]
Map must be an MPL map with keys for all the
placeholders used by Concept and values for
the corresponding placeholders in Concept2.
So the static_binding doc should contain something like:
Represents a mapping from placeholders to the
actual types that they bind to or a mapping
from placeholders to placeholders, depending
on where static_binding is used.
HTH.
-regards,
Larry
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk