Skip to content

Commit

Permalink
msvc 14.1 exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Dec 19, 2023
1 parent fcc3c0e commit 0bf8b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,7 @@ run
: requirements
<testing.launcher>"python $(this_dir)/private/run_connection_pool.py"
<testing.arg>$(hostname)
# MSVC 14.1 fails with an internal compiler error while building server.cpp for this config
<toolset>msvc-14.1 <address-model>32 <cxxstd>17 <variant>release:<build>no
: target-name boost_mysql_example_connection_pool
;

0 comments on commit 0bf8b4d

Please sign in to comment.