Files
whispers ececfec451 sparsehash: fix build with c++20 / gcc 16
c++20 removed several members of std::allocator, causing sparsehash to
fail to build. a long-open (2021…) pr switches these to alternatives, so
we fetch that pr and include it. this is relevant for gcc 16, which
switches to c++20 as the default standard version.

fedora has done the same thing:
https://src.fedoraproject.org/rpms/sparsehash/blob/rawhide/f/165.patch
2026-08-07 16:19:22 -04:00
..