cgal/Point_set_shape_detection_3
Jane Tournois 93035b5a71 add pragmas to silent conversion warning from boost::counting_iterator on windows 32 bits
in boost/iterator/counting_iterator.hpp, the function
boost::number_distance::distance() converts an integer of the return type of
boost::detail::numeric_distance() (a 64 bits boost::intmax_t) into an integer
of `Difference` type (a 32 bits std::ptrdiff_t, prescribed in Region_growing.h)
2017-08-31 15:30:42 +02:00
..
doc/Point_set_shape_detection_3 Fix Doxygen warnings 2017-08-07 17:00:00 +02:00
examples/Point_set_shape_detection_3 add pragmas to silent conversion warning from boost::counting_iterator on windows 32 bits 2017-08-31 15:30:42 +02:00
include/CGAL Fix Windows warning C4244 (counting_iterator diff type) 2017-08-28 09:59:22 +02:00
package_info/Point_set_shape_detection_3 remove non UTF-8 characters 2017-01-19 15:20:26 +01:00
test/Point_set_shape_detection_3 More warning fixes 2017-08-07 10:09:04 +02:00