mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
changed #include for tie()
[SVN r10950]
This commit is contained in:
parent
55bfeb646f
commit
52f8a7c0ca
@ -19,7 +19,9 @@
|
||||
#include <set>
|
||||
#include <algorithm>
|
||||
#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
|
||||
main(int, char*[])
|
||||
|
Loading…
x
Reference in New Issue
Block a user