mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:17:44 +00:00
LibCore: Move LogStream::operator<< overloads into cpp files
This commit is contained in:
parent
2a41bff329
commit
3866e0d4d4
9 changed files with 54 additions and 13 deletions
|
@ -166,9 +166,6 @@ inline void Object::for_each_child_of_type(Callback callback)
|
|||
});
|
||||
}
|
||||
|
||||
inline const LogStream& operator<<(const LogStream& stream, const Object& object)
|
||||
{
|
||||
return stream << object.class_name() << '{' << &object << '}';
|
||||
}
|
||||
const LogStream& operator<<(const LogStream&, const Object&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue