From 7c490b43b1daec48bbea5a0e745e023567a4df1f Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sun, 10 Nov 2002 05:08:42 +0000 Subject: [PATCH] Jamfile update for has_xxx.cpp [SVN r16182] --- test/aux_/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/aux_/Jamfile b/test/aux_/Jamfile index e4af65c..d01c286 100644 --- a/test/aux_/Jamfile +++ b/test/aux_/Jamfile @@ -7,4 +7,5 @@ include testing.jam ; compile debug_print.cpp ; compile has_rebind.cpp ; compile has_distance.cpp ; +compile has_xxx.cpp ; compile typeof.cpp ;