Opened 4 years ago
Closed 4 years ago
#61230 closed defect (fixed)
zimg @3.0.1: error: default initialization of an object of const type 'const resize::BilinearFilter' without a user-provided default constructor
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | herbygillot (Herby Gillot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.3 |
Keywords: | Cc: | ||
Port: | zimg |
Description
zimg fails to build on 10.11 and earlier:
src/zimg/graph/graphbuilder.cpp:1021:38: error: default initialization of an object of const type 'const resize::BilinearFilter' without a user-provided default constructor static const resize::BilinearFilter bilinear; ^ {}
Change History (2)
comment:1 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
That seems to work, thanks.
Note: See
TracTickets for help on using
tickets.
In 6bd573698b0f804abadc311ab63573c36515f97a/macports-ports (master):