mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-18 14:36:06 +00:00

This patch adds `_VSTD::` to some calls to `make_pair` inside the implementations of searchers, to prevent things exploding if there is a make_pair in an associated namespace of a user-defined type. https://godbolt.org/z/xAFG98 Differential Revision: https://reviews.llvm.org/D72640