forked from boostorg/fusion
adds VC7.1 portability note, changes [tip ...] to [blurb __tip__ ...]
[SVN r37292]
This commit is contained in:
@ -721,7 +721,7 @@ __random_access_sequence__ of references that is passed to the target function.
|
|||||||
Non-const __lvalue__ arguments are transported as references to non-const, otherwise
|
Non-const __lvalue__ arguments are transported as references to non-const, otherwise
|
||||||
references to const are used.
|
references to const are used.
|
||||||
|
|
||||||
[tip Detecting mutable LValues on a per-argument basis is currently a
|
[blurb __tip__ Detecting mutable LValues on a per-argument basis is currently a
|
||||||
compile time expensive operation (see __the_forwarding_problem__ for
|
compile time expensive operation (see __the_forwarding_problem__ for
|
||||||
details). Therefore, there are two, lightweight and more restricted variants
|
details). Therefore, there are two, lightweight and more restricted variants
|
||||||
of this class template, __unfused_lvalue_args__ and __unfused_rvalue_args__.]
|
of this class template, __unfused_lvalue_args__ and __unfused_rvalue_args__.]
|
||||||
@ -1045,9 +1045,13 @@ reference. Const qualification is preserved and propagated appropriately
|
|||||||
the target function object is const - or, in case the target function object
|
the target function object is const - or, in case the target function object
|
||||||
is held by value, the adapter is const).
|
is held by value, the adapter is const).
|
||||||
|
|
||||||
[tip If the type sequence passed to this template contains non-reference
|
[blurb __note__ For Microsoft Visual C++ 7.1 (Visual Studio 2003) the detection
|
||||||
elements, the element is copied only once - the call operator's signature
|
of the Function Object's const qualification easily causes an internal error.
|
||||||
is optimized automatically to avoid by-value parameters.]
|
Therefore the adapter is always treated as if it was const. ]
|
||||||
|
|
||||||
|
[blurb __tip__ If the type sequence passed to this template contains
|
||||||
|
non-reference elements, the element is copied only once - the call operator's
|
||||||
|
signature is optimized automatically to avoid by-value parameters.]
|
||||||
|
|
||||||
[heading Header]
|
[heading Header]
|
||||||
#include <boost/fusion/functional/adapter/unfused_typed.hpp>
|
#include <boost/fusion/functional/adapter/unfused_typed.hpp>
|
||||||
|
Reference in New Issue
Block a user