From 5af925602e54d5eee88acf9bf7748e846e41524f Mon Sep 17 00:00:00 2001 From: Chris Glover Date: Wed, 10 Aug 2016 10:06:41 -0400 Subject: [PATCH] Invoke smart_ptr tests. --- test/type_index_runtime_cast_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/type_index_runtime_cast_test.cpp b/test/type_index_runtime_cast_test.cpp index 546affd..152a4b2 100644 --- a/test/type_index_runtime_cast_test.cpp +++ b/test/type_index_runtime_cast_test.cpp @@ -261,6 +261,8 @@ int main() { const_pointer_interface(); const_reference_interface(); diamond_non_virtual(); + boost_shared_ptr(); + std_shared_ptr(); return boost::report_errors(); }