Skip to content

Eliminated custom specialization of std::hash<fc::uint128> as it is defined by...

Bartek Wrona requested to merge bw_uint128_hash_elimination into develop

Eliminated custom specialization of std::hashfc::uint128 as it is defined by std library and compilation fails when header is also included. Problem appeared after switching hived submodule in HAF project. See corresponding MR: haf!225 (merged)

Merge request reports