Package: veryfasttree / 4.0.4+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
veryfasttree | 4.0.4+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
gcc 15.patch | (download) |
src/DiskMemory.h |
1 1 + 0 - 0 ! |
fix build failures with gcc 15. Starting with Gcc 15, construction of veryfasttree fails. The relevant errors look like: . src/DiskMemory.h:17:9: error: uintptr_t does not name a type 17 | uintptr_t ptr(); | ^~~~~~~~~ src/DiskMemory.h:10:1: note: uintptr_t is defined in header <cstdint>; this is probably fixable by adding #include <cstdint> 9 | #include <string> |
1