From b072cbbb99d24478665ea76dcec632999cc9daae Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 25 Sep 2002 16:58:09 +0000 Subject: [PATCH] added stl_concept_covering.cpp [SVN r15512] --- Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jamfile b/Jamfile index d06135e..daddb02 100644 --- a/Jamfile +++ b/Jamfile @@ -3,6 +3,7 @@ subproject libs/concept_check ; SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; include testing.jam ; +compile stl_concept_covering.cpp ; compile concept_check_test.cpp ; compile class_concept_check_test.cpp ; link-fail concept_check_fail_expected.cpp ;