Invoke smart_ptr tests.

This commit is contained in:
Chris Glover 2016-08-10 10:06:41 -04:00
parent 2fb667a6a0
commit 5af925602e

View File

@ -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();
}