mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-29 20:37:17 +02:00
Added missing 'struct'
[SVN r33960]
This commit is contained in:
@ -67,7 +67,7 @@ namespace boost_concepts
|
||||
typename Iterator
|
||||
, typename ValueType = BOOST_DEDUCED_TYPENAME boost::detail::iterator_traits<Iterator>::value_type
|
||||
>
|
||||
WritableIterator
|
||||
struct WritableIterator
|
||||
: boost::CopyConstructible<Iterator>
|
||||
{
|
||||
~WritableIterator()
|
||||
|
Reference in New Issue
Block a user