Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] compiler problem using create_offset_polygons_2 (VS 2013)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] compiler problem using create_offset_polygons_2 (VS 2013)


Chronological Thread 
  • From: jack64 <>
  • To:
  • Subject: Re: [cgal-discuss] compiler problem using create_offset_polygons_2 (VS 2013)
  • Date: Sun, 21 Sep 2014 07:20:16 -0700 (PDT)

Your solution work fine. Many thanks!
Another possibility that I've found after your suggestion is :

#pragma push_macro("NDEBUG")
#define NDEBUG
#include<CGAL/create_offset_polygons_2.h>
#include<CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include<CGAL/Polygon_2.h>
#pragma pop_macro("NDEBUG")


Thanks.

Jack



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/compiler-problem-using-create-offset-polygons-2-VS-2013-tp4659857p4659859.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page