changes docs to reflect changed semantics of unfused_type

(operator() overloads for only onw arity now)


[SVN r38269]
This commit is contained in:
Tobias Schwinger
2007-07-22 08:35:29 +00:00
parent f6b7afa277
commit 887906aa69
28 changed files with 109 additions and 114 deletions

View File

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