🚨 fix warning

This commit is contained in:
Niels Lohmann 2022-07-30 23:17:54 +02:00
parent fc3e64cbf9
commit fa4987093a
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -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)