Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Apr 23, 2024
1 parent 4dddf8f commit d2037b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/sparrow/iterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ namespace sparrow

// On MSVC and GCC < 13, those needs to be public to be accessible by friend functions.
#if _WIN32 || __GNUC__ < 13

public:

#endif
template <class It>
static typename It::difference_type distance_to(const It& lhs, const It& rhs)
Expand All @@ -145,7 +147,9 @@ namespace sparrow

// On MSVC and GCC < 13, those needs to be public to be accessible by friend functions.
#if _WIN32 || __GNUC__ < 13

private:

#endif

template <class Derived, class E, class T, class R, class D>
Expand Down

0 comments on commit d2037b1

Please sign in to comment.