diff --git a/shared_ptr_mt_test.cpp b/shared_ptr_mt_test.cpp index ac1dac1..af48918 100644 --- a/shared_ptr_mt_test.cpp +++ b/shared_ptr_mt_test.cpp @@ -143,9 +143,9 @@ int const m = 16; // threads int main() { - std::puts(title); + std::puts(title); - boost::shared_ptr pi(new int); + boost::shared_ptr pi(new int); pthread_t a[m];