cgal icon indicating copy to clipboard operation
cgal copied to clipboard

warning pointer used after delete

Open stla opened this issue 1 year ago • 5 comments

Hello, I get this warning when compiling with gcc:

CGAL/Handle_with_policy.h:188: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]

I'm using CGAL 5.4 (I can't upgrade).

stla avatar Apr 08 '23 08:04 stla