We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0933d commit a2ffe81Copy full SHA for a2ffe81
1 file changed
include/cpp_event_framework/StaticPool.hxx
@@ -169,13 +169,5 @@ public:
169
{
170
return ostream << pool.Name() << " [" << pool.FillLevel() << "/" << pool.Size() << "]";
171
}
172
-
173
- /**
174
- * @brief Stream operator for logging
175
- */
176
- friend inline std::ostream& operator<<(std::ostream& ostream, const StaticPool& pool)
177
- {
178
- return ostream << pool.Name() << " [" << pool.FillLevel() << "/" << pool.Size() << "]";
179
- }
180
};
181
} // namespace cpp_event_framework
0 commit comments