Remove operator<< which is defined in libdcp now.
authorCarl Hetherington <cth@carlh.net>
Tue, 20 May 2014 19:40:48 +0000 (20:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 May 2014 19:40:48 +0000 (20:40 +0100)
test/ratio_test.cc

index c941248bf01fa485302d070c54b6a48ea7bb261a..84e80861b14cf3f0abb8daae63a781edbf884513 100644 (file)
 
 using std::ostream;
 
-namespace dcp {
-       
-ostream&
-operator<< (ostream& s, dcp::Size const & t)
-{
-       s << t.width << "x" << t.height;
-       return s;
-}
-
-}
-
 BOOST_AUTO_TEST_CASE (ratio_test)
 {
        Ratio::setup_ratios ();