Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Deprecated include from boost::property_map

Subject: CGAL users discussion list

List archive

[cgal-discuss] Deprecated include from boost::property_map


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Deprecated include from boost::property_map
  • Date: Thu, 17 Sep 2009 06:22:02 +0200 (CEST)

When compiling with recent versions of boost, the file
CGAL/boost/graph/properties.h line 24 causes a compiler warning. The
source of this warning is that boost/property_map.hpp is a deprecated
interface to the boost property_map, and should be replaced with
boost/property_map/property_map.hpp . This seems to resolve the
compiler warnings.

Cheers,
Rob



Archive powered by MHonArc 2.6.16.

Top of Page