Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This repository was archived by the owner on May 28, 2025. It is now read-only.

Unable to build CoreGraphics.Drawing tests on OSX #1805

@msft-Jeyaram

Description

@msft-Jeyaram

It looks like the recent change f194201 broke it.

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>>>;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions