Revision 35375e59b8d86d6aa9221c3900e0eaeb94abadac authored by Laurent Rineau on 23 October 2012, 14:03:05 UTC, committed by Laurent Rineau on 23 October 2012, 14:03:05 UTC
  | ------------------------------------------------------------------------
  | r73108 | pmoeller | 2012-10-19 17:42:52 +0200 (Fri, 19 Oct 2012) | 9 lines
  | Changed paths:
  |    M /branches/next/BGL/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h
  |    M /branches/next/BGL/include/CGAL/boost/graph/graph_traits_Triangulation_2.h
  |    M /branches/next/BGL/include/CGAL/boost/graph/properties_Polyhedron_3.h
  | 
  | Add partial specializations for property_map that match const template arguments. 
  | 
  | This shouldn't be necessary, because it should never be called with
  | const arguments, but this works around a BGL bug. Those changes don't
  | fix the issues with the dijkstra example, as that would require adding
  | partial specializations for boost::filtered_graph, which would be a
  | little over the top.
  | 
  | 
  | ------------------------------------------------------------------------
  | r73145 | pmoeller | 2012-10-22 11:53:28 +0200 (Mon, 22 Oct 2012) | 4 lines
  | Changed paths:
  |    M /branches/next/BGL/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h
  |    M /branches/next/BGL/include/CGAL/boost/graph/graph_traits_Triangulation_2.h
  | 
  | remove duplicated const
  | 
  | Follow-up to r73108
  | 
  | ------------------------------------------------------------------------
  | r73165 | pmoeller | 2012-10-22 18:28:46 +0200 (Mon, 22 Oct 2012) | 7 lines
  | Changed paths:
  |    M /branches/next/BGL/include/CGAL/boost/graph/named_function_params.h
  | 
  | Implement compatibility between bgl_named_parameters for BOOST_VERSION >= 10510
  | 
  | The implementation of cgal_bgl_named_params (ab)uses internals of
  | bgl_named_params. Those internals have been changed/removed in Boost
  | 1.51 and I have added another implementation that (ab)uses the new
  | internals.
  | 
  | ------------------------------------------------------------------------
1 parent 4ea6dd9
History
File Mode Size
include
package_info
test
dont_submit -rw-r--r-- 69 bytes

back to top