P4 to Git Change 1995672 by skudchad@skudchad_rocm on 2019/09/09 14:45:42

SWDEV-199293 - Fix build

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_rtc.cpp#4 edit


[ROCm/clr commit: 15d819d61f]
This commit is contained in:
foreman
2019-09-09 14:50:37 -04:00
والد 427ec323d2
کامیت dd954b519f
@@ -208,7 +208,7 @@ hiprtcResult hiprtcGetLoweredName(hiprtcProgram p, const char* n, const char** l
}
const auto it{ std::find_if(p->names.cbegin(), p->names.cend(),
[=](const pair<string, string>& x)
[=](const std::pair<std::string, std::string>& x)
{ return x.first == n; })};
if (it == p->names.cend()) {