mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-22 00:52:08 +02:00
Remove bogus check for use_default
[SVN r20926]
This commit is contained in:
@ -104,11 +104,9 @@ struct iterator_facade_default_category
|
|||||||
mpl::and_<
|
mpl::and_<
|
||||||
is_convertible<Traversal, single_pass_traversal_tag>
|
is_convertible<Traversal, single_pass_traversal_tag>
|
||||||
|
|
||||||
, mpl::or_< // check for readability
|
// check for readability
|
||||||
is_same<ValueParam,use_default>
|
|
||||||
, is_convertible<Reference, ValueParam>
|
, is_convertible<Reference, ValueParam>
|
||||||
>
|
>
|
||||||
>
|
|
||||||
, mpl::if_<
|
, mpl::if_<
|
||||||
iterator_writability_disabled<ValueParam,Reference>
|
iterator_writability_disabled<ValueParam,Reference>
|
||||||
, std::input_iterator_tag
|
, std::input_iterator_tag
|
||||||
|
Reference in New Issue
Block a user