mirror of
https://github.com/boostorg/utility.git
synced 2025-07-30 04:47:30 +02:00
changed #include for tie()
[SVN r10950]
This commit is contained in:
@ -19,7 +19,9 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <boost/utility.hpp>
|
// Note: tie() use to live in boost/utility.hpp, but
|
||||||
|
// not it is part of the more general Boost Tuple Library.
|
||||||
|
#include <boost/tuple/tuple.hpp>
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int, char*[])
|
main(int, char*[])
|
||||||
|
Reference in New Issue
Block a user