From 891a64d45dbfc218ce6bd6acea4c627931d303c5 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 28 Nov 2022 15:55:25 +0200 Subject: [PATCH] Add is_tuple_like to hash_fwd.hpp --- include/boost/container_hash/hash_fwd.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/container_hash/hash_fwd.hpp b/include/boost/container_hash/hash_fwd.hpp index 489fdd2..32388ac 100644 --- a/include/boost/container_hash/hash_fwd.hpp +++ b/include/boost/container_hash/hash_fwd.hpp @@ -18,6 +18,7 @@ template struct is_range; template struct is_contiguous_range; template struct is_unordered_range; template struct is_described_class; +template struct is_tuple_like; } // namespace container_hash