mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-17 06:32:12 +02:00
Merge warning fixes from Trunk.
[SVN r58217]
This commit is contained in:
@ -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...
|
||||
|
Reference in New Issue
Block a user