upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / hsa-rocr / trunk / hsa-rocr-glibcxx.patch
blob3bd5c633385a2bfa37bad46e273bdfff7ea66af3
1 diff -aur a/src/core/runtime/runtime.cpp b/src/core/runtime/runtime.cpp
2 --- a/src/core/runtime/runtime.cpp 2022-12-14 22:47:12.000000000 +0800
3 +++ b/src/core/runtime/runtime.cpp 2023-01-29 09:53:55.084690262 +0800
4 @@ -1592,7 +1592,7 @@
6 if (!ld(&hsa_api_table_.hsa_api,
7 hsa_api_table_.hsa_api.version.major_id,
8 - failed.size(), &failed[0])) {
9 + failed.size(), failed.data())) {
10 failed.push_back(lib.name_.c_str());
11 os::CloseLib(tool);
12 continue;