forked from boostorg/fusion
changes docs to reflect changed semantics of unfused_type
(operator() overloads for only onw arity now) [SVN r38269]
This commit is contained in:
@ -146,8 +146,8 @@
|
||||
</p>
|
||||
<p>
|
||||
The library provides several adapter variants that implement this transformation,
|
||||
ranging from strictly typed to fully generic. The latter provides a reusable
|
||||
solution to <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm" target="_top">The
|
||||
ranging from strictly typed to fully generic. The latter provides a reusable,
|
||||
approximate solution to <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm" target="_top">The
|
||||
Forwarding Problem</a>. Every generic variant has a corresponding generator
|
||||
function template that returns an adapter instance for the given argument.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user