Skip to content

Commit

Permalink
refs #113 Искуственная метафункция удалена
Browse files Browse the repository at this point in the history
  • Loading branch information
izvolov committed Jun 20, 2020
1 parent 09810c7 commit 8c413d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
11 changes: 8 additions & 3 deletions include/burst/iterator/join_iterator.hpp
Expand Up @@ -3,10 +3,11 @@

#include <burst/iterator/detail/join_iterator.hpp>
#include <burst/iterator/end_tag.hpp>
#include <burst/type_traits/range_pure_traversal.hpp>
#include <burst/type_traits/iterator_value.hpp>
#include <burst/type_traits/range_iterator.hpp>

#include <boost/iterator/iterator_categories.hpp>
#include <boost/iterator/minimum_category.hpp>
#include <boost/range/value_type.hpp>

#include <iterator>
#include <utility>
Expand Down Expand Up @@ -79,7 +80,11 @@ namespace burst
typename boost::iterators::minimum_category
<
typename boost::iterators::pure_iterator_traversal<Iterator>::type,
range_pure_traversal_t<iterator_value_t<Iterator>>
typename boost::iterators::pure_iterator_traversal
<
range_iterator_t<iterator_value_t<Iterator>>
>
::type
>
::type
>;
Expand Down
24 changes: 0 additions & 24 deletions include/burst/type_traits/range_pure_traversal.hpp

This file was deleted.

0 comments on commit 8c413d8

Please sign in to comment.