From 76b17c497b6e013958ac5f83ccf4c5441f5e30e3 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 24 Jan 2010 02:08:46 +0000 Subject: [PATCH] Support different MS calling conventions, thanks to Nicolas Lelong. Closes #3833. [SVN r59247] --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 3111cad..9fed03f 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -25,6 +25,7 @@ test-suite utility [ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor/static ] [ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor/static ] [ compile-fail ../noncopyable_test.cpp ] + [ run noncopyable_adl_barrier.cpp ] [ run ../numeric_traits_test.cpp ] [ run ../operators_test.cpp ../../test/build//boost_test_exec_monitor/static ] [ compile ../ref_ct_test.cpp ]