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 844f1a2 commit 7a05e7fCopy full SHA for 7a05e7f
sdk/include/opentelemetry/sdk/metrics/view/attributes_processor.h
@@ -73,7 +73,7 @@ struct StringViewEqual
73
template <typename Map, typename Key>
74
auto find_hetero(Map &map, Key &&key)
75
{
76
-#if defined(_LIBCPP_VERSION) && !defined(_LIBCPP_HAS_UNORDERED_MAP_TRANSPARENT_LOOKUP)
+#if defined(_LIBCPP_VERSION)
77
// libc++ (macOS) does not yet support heterogeneous lookup in unordered_map
78
return map.find(std::string(key));
79
#else
0 commit comments