From a0f54334df36770b335c051e540ba40afcbf8378 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 12 Aug 2023 11:46:14 -0700 Subject: [PATCH] fix compilation with GCC7 CTAD is not working here. Signed-off-by: Rosen Penev --- src/patchelf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patchelf.cc b/src/patchelf.cc index b42111dd..66d0b99a 100644 --- a/src/patchelf.cc +++ b/src/patchelf.cc @@ -2072,7 +2072,7 @@ void ElfFile::rebuildGnuHashTable(span strTab, span> tmp(dst.begin(), dst.end()); for (size_t i = 0; i < tmp.size(); ++i) dst[old2new[i]] = tmp[i]; };