forked from boostorg/static_assert
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:
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
// See http://www.boost.org for most recent version including documentation.
|
// See http://www.boost.org for most recent version including documentation.
|
||||||
|
|
||||||
|
#include <boost/static_assert.hpp>
|
||||||
|
#include <boost/type_traits.hpp>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
#include <boost/static_assert.hpp>
|
|
||||||
#include <boost/type_traits.hpp>
|
|
||||||
|
|
||||||
template <class RandomAccessIterator >
|
template <class RandomAccessIterator >
|
||||||
RandomAccessIterator foo(RandomAccessIterator from, RandomAccessIterator /*to*/)
|
RandomAccessIterator foo(RandomAccessIterator from, RandomAccessIterator /*to*/)
|
||||||
|
Reference in New Issue
Block a user