std::shared_ptr
[dcpomatic.git] / test / test.cc
index a8c3eb1e47b13f3aee0d79fe8ff9913112fe54e2..19e8f978a481977ee51bb59c84252fe3c8bc9679 100644 (file)
@@ -68,9 +68,9 @@ using std::cout;
 using std::cerr;
 using std::list;
 using std::abs;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::scoped_array;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif