Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesh_3 support for vs2013


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Mesh_3 support for vs2013
  • Date: Fri, 21 Feb 2014 16:57:16 +0100 (CET)

On Fri, 21 Feb 2014, goranw wrote:

To reproduce the bug in CGAL 4.3 it's enough to include the header where the
error occurs:

#include<CGAL/Mesh_3/Refine_facets_3.h>

It seems the compiler chokes when it handles the following (private) type:

typedef typename
boost::optional<CGAL::cpp11::tuple&lt;Surface_patch_index, Index, Point> >
Facet_properties;

The release notes of boost-1.55 explicitly say that VS 2013 is not supported. CGAL uses boost too much to work properly when boost doesn't, and since the boost project moved to git they seem to have lost the ability to release version 1.56 (with support for VS 2013). If you are brave you could try to install a development version of boost and see if that helps.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page