std::shared_ptr
[dcpomatic.git] / src / wx / film_editor.cc
index 894d1d4bf1b3d0baf5c1218096e78e35ff0aac64..ce91c3cc49565a06e288c27dfca0f3f13c891983 100644 (file)
 using std::cout;
 using std::string;
 using std::list;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 FilmEditor::FilmEditor (wxWindow* parent, weak_ptr<FilmViewer> viewer)
        : wxPanel (parent)