From 21aab91a0a303a097a57884c8f8370bb1382b300 Mon Sep 17 00:00:00 2001 From: Dmitry Arkhipov Date: Fri, 13 Feb 2026 20:03:13 +0300 Subject: [PATCH] exclude parse_into_citm_catalog for msvc-14.1 Optional causes a build failure there. --- example/Jamfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example/Jamfile b/example/Jamfile index 47239cdc2..8aef315aa 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -15,7 +15,10 @@ exe parse_into : parse_into.cpp ; exe parse_into_canada : parse_into_canada.cpp ; -exe parse_into_citm_catalog : parse_into_citm_catalog.cpp ; +exe parse_into_citm_catalog + : parse_into_citm_catalog.cpp + : msvc-14.1:no + ; exe pretty : pretty.cpp ;