mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 16:42:09 +02:00
just whitespace
[SVN r9030]
This commit is contained in:
@ -333,8 +333,10 @@ namespace detail {
|
||||
typedef typename Traits::iterator_category category;
|
||||
typedef operator_arrow_proxy<typename Traits::value_type> proxy;
|
||||
typedef typename Traits::pointer pointer;
|
||||
|
||||
enum { is_input_iter = boost::is_convertible<category,std::input_iterator_tag>::value
|
||||
& !boost::is_convertible<category,std::forward_iterator_tag>::value };
|
||||
|
||||
typedef typename boost::detail::if_true<(is_input_iter)>::template
|
||||
then<
|
||||
proxy,
|
||||
|
Reference in New Issue
Block a user