common: Port boost's hash_value implementation

Ports a small subset of boost's hash_value implementation (<= 1.80.0).
This commit is contained in:
Morph 2023-03-25 22:43:55 -04:00
parent c4f5615c6b
commit 9971cd1d55
2 changed files with 92 additions and 0 deletions

View file

@ -38,6 +38,7 @@ add_library(common STATIC
common_precompiled_headers.h
common_types.h
concepts.h
container_hash.h
demangle.cpp
demangle.h
div_ceil.h