mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
astyle
This commit is contained in:
parent
a24ff54760
commit
1150247efa
@ -112,7 +112,8 @@ int main(int, char*[])
|
|||||||
|
|
||||||
// Example of user defined class with operator<<
|
// Example of user defined class with operator<<
|
||||||
class some_class {};
|
class some_class {};
|
||||||
std::ostream& operator<<(std::ostream& os, const some_class&) {
|
std::ostream& operator<<(std::ostream& os, const some_class&)
|
||||||
|
{
|
||||||
return os << "some_class";
|
return os << "some_class";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user