Skip to content

Commit

Permalink
I do not want to analyze if this was a linter bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Feb 26, 2024
1 parent de7e947 commit c540e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/source/error.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class Error final :

template <typename Type_>
Error operator <<(const Type_ &value) && {
// NOLINTNEXTLINE(misc-const-correctness)
std::ostringstream data;
data << value;
what_ += data.str();
Expand Down

0 comments on commit c540e9f

Please sign in to comment.