src/util: change TriBool logic to use a bool template parameter

This commit is contained in:
Markus F.X.J. Oberhumer
2023-10-31 12:24:44 +01:00
parent e306085b81
commit e964d4acf3
4 changed files with 31 additions and 30 deletions
+1 -2
View File
@@ -2974,8 +2974,7 @@ tribool PackLinuxElf64::canUnpack() // bool, except -1: format known, but not pa
return false;
}
tribool
PackLinuxElf64::canPack()
tribool PackLinuxElf64::canPack()
{
union {
unsigned char buf[MAX_ELF_HDR_64];