mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-05 07:24:35 +02:00
Fixed forward_iterator_archetype pointer type to be ptr to const.
[SVN r18315]
This commit is contained in:
@@ -532,7 +532,7 @@ namespace boost {
|
||||
typedef std::forward_iterator_tag iterator_category;
|
||||
typedef T value_type;
|
||||
typedef const T& reference;
|
||||
typedef T* pointer;
|
||||
typedef T const* pointer;
|
||||
typedef std::ptrdiff_t difference_type;
|
||||
forward_iterator_archetype() { }
|
||||
self& operator=(const self&) { return *this; }
|
||||
|
Reference in New Issue
Block a user