From daf842e5349b8aa33fbfc7b7f0a0db667505164d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 19 Oct 2005 18:22:53 +0000 Subject: [PATCH] Add the ability to easily use new-style polymorphism wrappers with smart pointer held_type. [SVN r31395] --- test/Jamfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index e993bf51..70a0c3be 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -101,6 +101,10 @@ bpl-test crossmod_exception [ bpl-test andreas_beyer ] [ bpl-test polymorphism ] [ bpl-test polymorphism2 ] + +[ bpl-test wrapper_held_type ] +[ bpl-test polymorphism2_auto_ptr ] + [ bpl-test auto_ptr ] [ bpl-test minimal ] [ bpl-test args ] @@ -115,7 +119,7 @@ bpl-test crossmod_exception [ bpl-test keywords : keywords.cpp keywords_test.py ] [ extension builtin_converters : test_builtin_converters.cpp