Opened 4 years ago

#59716 assigned defect

geos: error: cannot omit braces around initialization of subobject when using direct list-initialization

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: geos

Description

geos does not build:

In file included from PointLocator.cpp:30:
In file included from ../../include/geos/geomgraph/GeometryGraph.h:33:
../../include/geos/geomgraph/index/SegmentIntersector.h:114:18: error: cannot omit braces around initialization of subobject when using direct list-initialization
        bdyNodes{nullptr, nullptr},
                 ^~~~~~~~~~~~~~~~
                 {               }

Change History (0)

Note: See TracTickets for help on using tickets.