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
Этот коммит содержится в:
foreman
2019-09-09 14:50:37 -04:00
родитель f3e2d275c5
Коммит 66a6e703f2
+1 -1
Просмотреть файл
@@ -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()) {