Skip to content

Commit

Permalink
Merge pull request #227 from boostorg/refactoring_clean_code
Browse files Browse the repository at this point in the history
Refactoring
  • Loading branch information
mzimbres authored Dec 23, 2024
2 parents d910557 + 9a48633 commit 6abef73
Show file tree
Hide file tree
Showing 22 changed files with 1,208 additions and 1,613 deletions.
4 changes: 2 additions & 2 deletions include/boost/redis/adapter/any_adapter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace detail {

// Forward decl
template <class Executor>
class connection_base;
class basic_connection;

}

Expand Down Expand Up @@ -58,7 +58,7 @@ class any_adapter
}

template <class Executor>
friend class detail::connection_base;
friend class basic_connection;

public:
/**
Expand Down
Loading

0 comments on commit 6abef73

Please sign in to comment.