From 7578eb6f79afbb421298088ee53da620eb04037f Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 2 Jun 2022 20:50:28 +0200 Subject: refactor: rename .tpp files to end with _impl.hpp --- src/util/hash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/hash.hpp') diff --git a/src/util/hash.hpp b/src/util/hash.hpp index 72e9b82..718fa83 100644 --- a/src/util/hash.hpp +++ b/src/util/hash.hpp @@ -7,4 +7,4 @@ constexpr auto GOLDEN_RATIO = 0x9e3779b9; template void hash_combine(std::size_t &seed, const Value &value) noexcept; -#include "hash.tpp" +#include "hash_impl.hpp" -- cgit v1.2.3-18-g5258