mirror of
https://github.com/boostorg/static_assert.git
synced 2026-01-20 17:12:12 +00:00
Compare commits
2 Commits
boost-1.41
...
boost-1.42
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1f30e6684 | ||
|
|
12f96b5653 |
@@ -12,7 +12,7 @@
|
||||
#include <boost/type_traits.hpp>
|
||||
|
||||
template <class RandomAccessIterator >
|
||||
RandomAccessIterator foo(RandomAccessIterator from, RandomAccessIterator to)
|
||||
RandomAccessIterator foo(RandomAccessIterator from, RandomAccessIterator /*to*/)
|
||||
{
|
||||
// this template can only be used with
|
||||
// random access iterators...
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
// See http://www.boost.org for most recent version including documentation.
|
||||
|
||||
#include <climits>
|
||||
#include <limits>
|
||||
#include <boost/limits.hpp>
|
||||
#include <boost/static_assert.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user