mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
changed note about the move to the tuples library
[SVN r10972]
This commit is contained in:
parent
3b1afa3ba6
commit
0c9eee3c6b
8
tie.html
8
tie.html
@ -24,8 +24,12 @@
|
||||
</H1>
|
||||
|
||||
<h3>
|
||||
[tie has been deprecated. Its functionality is supplied by the Boost
|
||||
Tuples Library.]</h3>
|
||||
[This version of tie has been removed from the utility.hpp
|
||||
header. There is a new, more general version of <a
|
||||
href="../tuple/doc/tuple_users_guide.html#tiers">tie</a> in the Boost
|
||||
Tuples Library. The more general version handles an (almost) arbitrary
|
||||
number of arguments, instead of just two. The version in utility.hpp
|
||||
had to be removed to avoid name clashes.]</h3>
|
||||
<PRE>
|
||||
template <class A, class B>
|
||||
tied<A,B> tie(A& a, B& b);
|
||||
|
Loading…
x
Reference in New Issue
Block a user