Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Mesh_3 support for vs2013

Subject: CGAL users discussion list

List archive

[cgal-discuss] Mesh_3 support for vs2013


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: [cgal-discuss] Mesh_3 support for vs2013
  • Date: Sun, 2 Feb 2014 00:03:13 -0800 (PST)


Hi,

I was wondering when a support for visual studio 2013 is expected.
I have trouble compiling most of my Mesh_3 code. For example, the compiler
doesn't like this function definition:

template<class Tr, class Cr, class MD, class C3T3_, class P_, class C_>
typename Refine_facets_3<Tr,Cr,MD,C3T3_,P_,C_>::Facet_properties
Refine_facets_3<Tr,Cr,MD,C3T3_,P_,C_>::
compute_facet_properties(const Facet& facet) const;

c:\prj-external-libs\CGAL-4.3\include\CGAL/Mesh_3/Refine_facets_3.h(849):
fatal error C1001: An internal error has occurred in the compiler.
1> (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\types.c', line
12852)
1> To work around this problem, try simplifying or changing the program
near the locations listed above.
1> Please choose the Technical Support command on the Visual C++
1> Help menu, or open the Technical Support help file for more information





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-3-support-for-vs2013-tp4658737.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page