You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Looks like the template changes aren't happy with OSX :(
..//../../include/xplat/Starboard/SmartTypes.h:541:19: note: copy constructor is implicitly deleted because 'unique_cf<CGImage *>' has a user-declared move assignment operator unique_cf<T>& operator=(unique_cf<T>&& other) = delete; ^ DrawingTest.cpp:120:14: error: call to implicitly-deleted copy constructor of 'ImageDelta' auto delta = comparator.CompareImages(referenceImage.get(), image.get()); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DrawingTest.cpp:214:27: note: in instantiation of member function 'testing::DrawTest<PixelByPixelImageComparator<PixelComparisonModeMask<64> > >::TearDown' requested here template class ::testing::DrawTest<PixelByPixelImageComparator<PixelComparisonModeMask<64>>>;