forked from boostorg/iterator
fix typo
[SVN r21723]
This commit is contained in:
@ -24,6 +24,6 @@
|
||||
if ( ++x is ill-formed )
|
||||
return ``pointee<Dereferenceable>::type&``
|
||||
else
|
||||
std::iterator_traits<Dereferenceable>::value_type
|
||||
std::iterator_traits<Dereferenceable>::reference
|
||||
|
||||
|
Reference in New Issue
Block a user