From 86621c74c3398ab8ba35565c1832106c39ccdc7e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 20 Jul 2024 19:40:50 -0500 Subject: [PATCH] Change all references to . --- test/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 5a373fa..ff20267 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -13,9 +13,9 @@ import config : requires ; project : requirements - /boost/config//boost_config - /boost/core//boost_core - /boost/mpl//boost_mpl + /boost/config//boost_config + /boost/core//boost_core + /boost/mpl//boost_mpl [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]