std::shared_ptr
[dcpomatic.git] / test / video_level_test.cc
index b584263fcec79f2be46be3120ac45575f1dcdd5b..95b69d2aa2a3cca6dcf8cff7699b16802d271fb3 100644 (file)
@@ -21,7 +21,7 @@
 
 /** @file  test/video_level_test.cc
  *  @brief Test that video level ranges are handled correctly.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 
@@ -55,9 +55,12 @@ using std::make_pair;
 using std::max;
 using std::pair;
 using std::string;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 using boost::optional;
-using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+using std::shared_ptr;
 
 
 static