2
0

Fix compile error

[ROCm/clr commit: bb26e99c73]
Este cometimento está contido em:
Paul
2020-02-06 12:04:50 -06:00
ascendente 0688b554ae
cometimento c9f66e4ae5
+1 -2
Ver ficheiro
@@ -419,8 +419,7 @@ public:
decltype(code_readers.second)::iterator it;
{
std::lock_guard<std::mutex> lck{code_readers.first};
it = code_readers.second.emplace_back(code_readers.second.end(),
move(file), move(tmp));
it = code_readers.second.emplace_back(move(file), move(tmp));
}
auto check_hsa_error = [](hsa_status_t s) {