🚨 fix warning (#3634)

This commit is contained in:
Niels Lohmann 2022-07-31 07:23:30 +02:00 committed by GitHub
parent 9472ab4f84
commit 11ba5c1120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ class alt_string
private: private:
std::string str_impl {}; 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) void int_to_string(alt_string& target, std::size_t value)