Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss]The brittle VS series compilers

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss]The brittle VS series compilers


Chronological Thread 
  • From: Mahmood NT <>
  • To:
  • Subject: Re: [cgal-discuss]The brittle VS series compilers
  • Date: Sat, 19 Jan 2008 22:31:40 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=APKQ8KEwUmYu6kw5d3MzRAK0NwETV41rcpv7Hg1ngBtMhtuLjudi5kP4+VKEXV1v3++F+C/OmvVcqMFNkcFB32qAQdh7+zsv0ImpQq1OVX590ql1HSEyO52vrsNFSo2LkCIMmUlZx2VRMNuWfj8nr1CF774gmuVebdFkSp+2Vdo=;

> I got a fatal error C1001.


Hi max,
what is the detail of message. ICEs will show the the line of error
(...\...\maic.c line NNN)

Mahmood NT


----- Original Message ----
From: Max
<>
To:
""

<>
Sent: Saturday, January 19, 2008 4:45:43 PM
Subject: [cgal-discuss]The brittle VS series compilers

Hi all,

With just several line of code, I get the VS2005 compiler
choked.

The code:

template<class Polyhedron_3>
std::vector<CGAL::Polygon_2<typename Polyhedron_3::Traits> >
Intersect_polyhedron_with_xoy( const Polyhedron_3& P )
{
std::vector<CGAL::Polygon_2<typename Polyhedron_3::Traits> > r;
// ...
return r;
}

typedef CGAL::Extended_homogeneous<CGAL::Gmpzf> Kernel;
typedef CGAL::Polyhedron_3<Kernel> Polyhedron_3;

Polyhedron_3 P;
// ...
Intersect_polyhedron_with_xoy(P);

I got a fatal error C1001.

Is the MS compiler so brittle?

B/Rgds
Max
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss



____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs



Archive powered by MHonArc 2.6.16.

Top of Page