mirror of
https://github.com/boostorg/static_assert.git
synced 2026-01-21 17:32:16 +00:00
Compare commits
17 Commits
boost-1.41
...
svn-branch
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f6ac57a91 | ||
|
|
138c5bde91 | ||
|
|
5d9274a683 | ||
|
|
87ecd7d39f | ||
|
|
62461d8848 | ||
|
|
a7e33291eb | ||
|
|
413e7eda07 | ||
|
|
a9a9f0591b | ||
|
|
effe841116 | ||
|
|
8cfe5d77c0 | ||
|
|
8b819d5c6c | ||
|
|
bc5065e495 | ||
|
|
1663a635aa | ||
|
|
b9a3b24aef | ||
|
|
a0dac351fb | ||
|
|
c68b2114de | ||
|
|
48b6934f7f |
@@ -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