mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
formatting
This commit is contained in:
@@ -133,7 +133,8 @@ void android_example()
|
||||
struct my_type
|
||||
{
|
||||
int i;
|
||||
template<typename OStream> friend OStream &operator<<(OStream &os, const my_type &c)
|
||||
template<typename OStream>
|
||||
friend OStream &operator<<(OStream &os, const my_type &c)
|
||||
{
|
||||
return os << "[my_type i=" << c.i << "]";
|
||||
}
|
||||
|
Reference in New Issue
Block a user