From 8e982da288791bce6e3e4e02394de353d95986d6 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 20 Jul 2024 19:42:32 -0500 Subject: [PATCH] Change all references to . --- example/Jamfile.v2 | 2 +- test/Jamfile.v2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index a7772d7..26dec94 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -24,7 +24,7 @@ run example10.cpp ; run example11.cpp ; run example13.cpp ; run example14.cpp ; -run example15.cpp : : : /boost/rational//boost_rational ; +run example15.cpp : : : /boost/rational//boost_rational ; run example16.cpp ; compile-fail example17.cpp ; run example18.cpp ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5d39d9a..8535c6d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -66,7 +66,7 @@ run test_performance.cpp # sources : debug:no # requirements ; run test_range.cpp ; -run test_rational.cpp : : : /boost/rational//boost_rational ; +run test_rational.cpp : : : /boost/rational//boost_rational ; run test_right_shift_automatic.cpp ; run test_right_shift_native.cpp ; run test_safe_compare.cpp ;