Skip to content

Commit

Permalink
🚨 fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jul 30, 2022
1 parent fc3e64c commit fa49870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/unit-alt-string.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class alt_string
private:
std::string str_impl {};

friend bool ::operator<(const char* /*op1*/, const alt_string& /*op2*/) noexcept;
friend bool operator<(const char* /*op1*/, const alt_string& /*op2*/) noexcept;
};

void int_to_string(alt_string& target, std::size_t value)
Expand Down

0 comments on commit fa49870

Please sign in to comment.