MCPcopy Create free account
hub / github.com/Apress/design-patterns-in-modern-cpp / warn

Method warn

Structural/NullObject/nullobject.cpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 {
100 void info(const string& s) override {}
101 void warn(const string& s) override {}
102 };
103
104 // this will crash

Callers 1

warnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected