If new/delete are overloaded in the main program, it may cause issues with libgapii
Open
bug
GAPII
P2
triaged
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
We should probably stop the few places we are using the STL in libgapii. Most of our allocations go through our arena. This should be a fairly minimal amount of work.
An alternative is to build against the static STL. This should fix the problem if we link with -Bsymbolic.
Contributor guide
Assessment
This issue has not been assessed yet.