std::shared_ptr
[dcpomatic.git] / src / lib / reel_writer.cc
index 009b2dc1516aa98df6ee64320a3c7d207f6614f3..110102b7061f0890e5eb0044ff68e13c307f3dce 100644 (file)
@@ -62,13 +62,13 @@ using std::exception;
 using std::map;
 using std::set;
 using std::vector;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif
-using boost::weak_ptr;
+using std::weak_ptr;
 using dcp::ArrayData;
 using dcp::Data;
 using dcp::raw_convert;