1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 21:45:35 +00:00

Merge branch 'fix_clang_build' into 'master'

Fix build with clang and libc++

See merge request OpenMW/openmw!2908
This commit is contained in:
psi29a 2023-04-08 15:12:27 +00:00
commit f170ac777c

View file

@ -70,7 +70,7 @@ namespace ESM
writer.writeHRefId(refId);
}
EXPECT_EQ(stream.view().size(), size);
EXPECT_EQ(stream.str().size(), size);
}
const std::vector<std::pair<RefId, std::size_t>> refIdSizes = {