Opened 4 years ago

Closed 4 years ago

#1016 closed defect (fixed)

LineString vtable not created

Reported by: dbaston Owned by: geos-devel@…
Priority: major Milestone:
Component: Default Version: 3.8.0
Severity: Unassigned Keywords:
Cc:

Description

As described here:

https://github.com/libgeos/geos/issues/285

The first virtual function must be defined in the implementation file, not inlined in the header.

https://lld.llvm.org/missingkeyfunction.html#missing-key-function

Change History (4)

comment:1 by dbaston, 4 years ago

Version: 3.6.23.8.0

comment:2 by Dan Baston <dbaston@…>, 4 years ago

In e37d04f/git:

Add test showing LineString vtable creation

References https://github.com/libgeos/geos/issues/285
References #1016

comment:3 by Daniel Baston <dbaston@…>, 4 years ago

In 7af7608/git:

Add test showing LineString vtable creation

References https://github.com/libgeos/geos/issues/285
References #1016

comment:4 by dbaston, 4 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.