From a3cac265b115f8846e39b9d798c1ea8a2e834ca8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 3 Jul 2022 20:28:28 +0300 Subject: [PATCH] Disable examples/template.cpp for msvc-8.0 --- examples/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Jamfile.v2 b/examples/Jamfile.v2 index 6291621..57e76ef 100644 --- a/examples/Jamfile.v2 +++ b/examples/Jamfile.v2 @@ -6,4 +6,4 @@ run books.cpp ; run point.cpp ; run portable.cpp ; -run template.cpp ; +run template.cpp : : : msvc-8.0:no ;