From 9d30f04f8fb16643b470248b252654846a7126f7 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 25 May 2023 16:11:11 +0200 Subject: utils: Relocate the std::filesystem::hash_value libc fix... ...and make the use of std::hash consistent. This will make it easier to remove the fix once the libc implementation we use catches up with the C++ standard. --- src/utils/cpp/TARGETS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/utils/cpp/TARGETS') diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index fffb2e7b..73c5e462 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -77,4 +77,10 @@ , "deps": [["@", "gsl", "", "gsl"]] , "stage": ["src", "utils", "cpp"] } +, "path_hash": + { "type": ["@", "rules", "CC", "library"] + , "name": ["path_hash"] + , "hdrs": ["path_hash.hpp"] + , "stage": ["src", "utils", "cpp"] + } } -- cgit v1.2.3