mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Tuples library causes tie to be deprecated
[SVN r10552]
This commit is contained in:
parent
50ba2d419a
commit
0edcfcd5c1
4
tie.html
4
tie.html
@ -23,7 +23,9 @@
|
|||||||
<TT>tie</TT>
|
<TT>tie</TT>
|
||||||
</H1>
|
</H1>
|
||||||
|
|
||||||
<P>
|
<h3>
|
||||||
|
[tie has been deprecated. Its functionality is supplied by the Boost
|
||||||
|
Tuples Library.]</h3>
|
||||||
<PRE>
|
<PRE>
|
||||||
template <class A, class B>
|
template <class A, class B>
|
||||||
tied<A,B> tie(A& a, B& b);
|
tied<A,B> tie(A& a, B& b);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user