Skip to content

Commit

Permalink
chore: make PrivateTag explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Oct 21, 2024
1 parent 676182c commit bf58f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll/api/io/Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Logger : public std::enable_shared_from_this<Logger> {

std::unique_ptr<Impl> impl;

struct PrivateTag {};
struct PrivateTag { explicit PrivateTag() = default; };

public:
template <typename... Args>
Expand Down

0 comments on commit bf58f2a

Please sign in to comment.