mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 05:38:24 +00:00
LibCore: Move LogStream::operator<< overloads into cpp files
This commit is contained in:
parent
2a41bff329
commit
3866e0d4d4
Notes:
sideshowbarker
2024-07-19 09:19:48 +09:00
Author: https://github.com/awesomekling
Commit: 3866e0d4d4
9 changed files with 54 additions and 13 deletions
|
@ -108,9 +108,6 @@ private:
|
|||
String m_local_address;
|
||||
};
|
||||
|
||||
inline const LogStream& operator<<(const LogStream& stream, const SocketAddress& value)
|
||||
{
|
||||
return stream << value.to_string();
|
||||
}
|
||||
const LogStream& operator<<(const LogStream&, const SocketAddress&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue