From 924eccdf39e605ca9769a1549b490d96a55181cd Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 29 Apr 2024 12:48:37 -0500 Subject: [PATCH] Add new ref to container_hash lib. --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 03b64de..a83c23a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -27,6 +27,7 @@ rule test_all windows,clang:"-lole32 -loleaut32 -lpsapi -ladvapi32" /boost/core//boost_core /boost/container//boost_container + /boost/container_hash//boost_container_hash /boost/type_traits//boost_type_traits ] ; }