From c65f0cd147da8232ab0ad6a7b9eff83f0dc56ba1 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 20 Jul 2024 21:26:14 -0500 Subject: [PATCH] Change all references to . --- example/Jamfile.v2 | 6 +++--- test/Jamfile.v2 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index 16444ae..f9b2cf3 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -1,13 +1,13 @@ # copyright John Maddock 2003 -# Use, modification and distribution are subject to the -# Boost Software License, Version 1.0. (See accompanying file +# Use, modification and distribution are subject to the +# Boost Software License, Version 1.0. (See accompanying file # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # bring in the rules for testing import testing ; project : requirements - /boost/type_traits//boost_type_traits + /boost/type_traits//boost_type_traits ; #run static_assert_example_1.cpp ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 4a2169a..b8a506b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,13 +1,13 @@ # copyright John Maddock 2003 -# Use, modification and distribution are subject to the -# Boost Software License, Version 1.0. (See accompanying file +# Use, modification and distribution are subject to the +# Boost Software License, Version 1.0. (See accompanying file # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # bring in the rules for testing import testing ; project : requirements - /boost/type_traits//boost_type_traits + /boost/type_traits//boost_type_traits ; run static_assert_test.cpp ;