mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-23 09:17:17 +02:00
Fix gcc warning.
[SVN r57495]
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
#include <boost/type_traits.hpp>
|
#include <boost/type_traits.hpp>
|
||||||
|
|
||||||
template <class RandomAccessIterator >
|
template <class RandomAccessIterator >
|
||||||
RandomAccessIterator foo(RandomAccessIterator from, RandomAccessIterator to)
|
RandomAccessIterator foo(RandomAccessIterator from, RandomAccessIterator /*to*/)
|
||||||
{
|
{
|
||||||
// this template can only be used with
|
// this template can only be used with
|
||||||
// random access iterators...
|
// random access iterators...
|
||||||
|
Reference in New Issue
Block a user