mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-31 13:27:25 +02:00
Trim trailing spaces.
This commit is contained in:
@ -34,7 +34,7 @@ namespace detail
|
||||
struct iterator_pointee
|
||||
{
|
||||
typedef typename std::iterator_traits<Iterator>::value_type value_type;
|
||||
|
||||
|
||||
typedef typename std::conditional<
|
||||
std::is_const<
|
||||
typename std::remove_reference<decltype(*std::declval<Iterator&>())>::type
|
||||
|
Reference in New Issue
Block a user