Compare commits

..

1 Commits

Author SHA1 Message Date
ea933e3127 Release 1.41.0
[SVN r57747]
2009-11-18 14:58:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -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...

View File

@ -5,7 +5,7 @@
// See http://www.boost.org for most recent version including documentation.
#include <limits>
#include <climits>
#include <boost/limits.hpp>
#include <boost/static_assert.hpp>