Move header dependencies around -

to try to fix a clang-3.x issue with ::gets not found when compiling std lib header.
This commit is contained in:
jzmaddock
2018-09-25 18:25:26 +01:00
parent 62c6cdcd46
commit b91e4747ce

View File

@ -5,11 +5,11 @@
// See http://www.boost.org for most recent version including documentation.
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
#include <iterator>
#include <list>
#include <deque>
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
template <class RandomAccessIterator >
RandomAccessIterator foo(RandomAccessIterator from, RandomAccessIterator /*to*/)