Skip to content

Commit

Permalink
Revert "try fix"
Browse files Browse the repository at this point in the history
This reverts commit 867854a.
  • Loading branch information
Alex-PLACET committed May 14, 2024
1 parent 867854a commit be69a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/sparrow/iterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,11 @@ namespace sparrow
{
public:

#ifdef __APPLE__
// Apple Clang wrong implementation of contiguous_iterator concept
using base_type = iterator_root_base<Derived, Element, std::random_access_iterator_tag, Reference, Difference>;
using element_type = typename base_type::value_type;
#endif
using iterator_concept = std::contiguous_iterator_tag;
};

Expand Down

0 comments on commit be69a25

Please sign in to comment.