external/firebird: Drop -fno-rtti from sanitizer builds
[LibreOffice.git] / external / frozen / cid1618765_big_param.0
blobb6e2f2b568126c717822983be10e9957206a6b28
1 --- include/frozen/bits/pmh.h   2024-09-01 12:04:54.942684661 +0100
2 +++ include/frozen/bits/pmh.h   2024-09-01 12:05:11.899749238 +0100
3 @@ -155,8 +155,8 @@
4  
5    constexpr pmh_tables(
6        std::uint64_t first_seed,
7 -      carray<seed_or_index, M> first_table,
8 -      carray<std::size_t, M> second_table,
9 +      const carray<seed_or_index, M>& first_table,
10 +      const carray<std::size_t, M>& second_table,
11        Hasher hash) noexcept
12      : Hasher(hash)
13      , first_seed_(first_seed)