We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba8bec commit f57b55fCopy full SHA for f57b55f
groups/bdl/bdlm/bdlm_metricsregistry.t.cpp
@@ -262,15 +262,15 @@ int TestMetricsAdapter::size() const
262
return static_cast<int>(d_descriptors.size());
263
}
264
265
-template <class Callback>
+template <class t_CALLBACK>
266
bool TestMetricsAdapter::contains(const bdlm::MetricDescriptor& descriptor)
267
const
268
{
269
for (Map::const_iterator it = d_descriptors.begin();
270
it != d_descriptors.end();
271
++it) {
272
if (it->second.first == descriptor
273
- && it->second.second.target<Callback>()) {
+ && it->second.second.target<t_CALLBACK>()) {
274
return true; // RETURN
275
276
0 commit comments