Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Nef_polyhedron_3 compilation error

Subject: CGAL users discussion list

List archive

[cgal-discuss] Nef_polyhedron_3 compilation error


Chronological Thread 
  • From: mr_hell <>
  • To:
  • Subject: [cgal-discuss] Nef_polyhedron_3 compilation error
  • Date: Fri, 6 Nov 2015 07:10:11 -0800 (PST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:QvhywR+IKLzdqP9uRHKM819IXTAuvvDOBiVQ1KB91+8cTK2v8tzYMVDF4r011RmSDdids6oMotGVmp6jcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47AblHf6ke/8SQVUk2mc1Ele6KtQsb7tIee6aObw9XreQJGhT6wM/tZDS6dikHvjPQQmpZoMa0ryxHE8TNicuVSwn50dxrIx06vrvGZp8Aytn0I87J6r5YBAu3GePEzQrVcSTgnKGso/9bDtB/ZTALJ6GFPfH8Rl09NGT/F4RX+FsP8tDX3sO14niafFcLzRLEwHz+l6vE4G1fTlC4bOmtgoynsgctqgfcA+Eqs

Hello.
I have problems compiling simple example

using namespace CGAL;

typedef Exact_predicates_exact_constructions_kernel K1;
typedef Nef_polyhedron_3<K1> Nef_polyhedron;
typedef Polyhedron_3<K1> Polyhedron;
typedef Polyhedron::HalfedgeDS HalfedgeDS;
typedef Polyhedron::Halfedge_handle Halfedge_handle;
typedef Polyhedron::Halfedge_iterator Halfedge_iterator;

void test()
{
Nef_polyhedron N;
}

When compiling I've got this error:
f:\development\zbuilder1\3rdparty\cgal\include\cgal\nef_2\segment_overlay_traits.h(1042):
error C4703: potentially uninitialized local pointer variable 'next_seg'
used

using another kernel

typedef CGAL::Exact_integer NT;
typedef CGAL::Homogeneous<NT> K2;

gives the same error.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Nef-polyhedron-3-compilation-error-tp4661322.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Nef_polyhedron_3 compilation error, mr_hell, 11/06/2015

Archive powered by MHonArc 2.6.18.

Top of Page