From: Carl Hetherington Date: Fri, 23 Oct 2020 19:44:09 +0000 (+0200) Subject: macOS / new boost build fixes. X-Git-Tag: v1.8.0~255 X-Git-Url: https://main.carlh.net/gitweb/?p=libdcp.git;a=commitdiff_plain;h=268dc9b78b0086e21e2748c13e4811cf0d0518f8 macOS / new boost build fixes. --- diff --git a/test/dcp_test.cc b/test/dcp_test.cc index 1129b711..167d9154 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -54,6 +54,9 @@ using std::string; using std::vector; using boost::shared_ptr; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif /** Test creation of a 2D SMPTE DCP from very simple inputs */