From 0bf8b4d1cd642624362b29cc4a610f690bc1c92d Mon Sep 17 00:00:00 2001 From: Ruben Perez Date: Tue, 19 Dec 2023 10:29:35 +0100 Subject: [PATCH] msvc 14.1 exclusion --- example/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/Jamfile b/example/Jamfile index af16bd779..4e20cccd3 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -106,5 +106,7 @@ run : requirements "python $(this_dir)/private/run_connection_pool.py" $(hostname) + # MSVC 14.1 fails with an internal compiler error while building server.cpp for this config + msvc-14.1 32 17 release:no : target-name boost_mysql_example_connection_pool ;