mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
removed warning from example.cpp
This commit is contained in:
@@ -94,7 +94,7 @@ int main(int, char* [])
|
||||
// Example of user defined class with operator<<
|
||||
//
|
||||
class some_class {};
|
||||
std::ostream& operator<<(std::ostream& os, const some_class& c) { return os << "some_class"; }
|
||||
std::ostream& operator<<(std::ostream& os, const some_class&) { return os << "some_class"; }
|
||||
|
||||
void custom_class_example()
|
||||
{
|
||||
|
Reference in New Issue
Block a user