Files
cgal/Point_set_processing_3/include/CGAL/IO
Niklas Hambüchen de41155aaa IO: Fix OutputIteratorValueType being ignored.
The template typename `OutputIteratorValueType` was unused.

This made specifying it (as suggested by the docs) ineffective,
and forbade to use PLY functions e.g. with `boost::function_output_iterator`,
or any other output iterator whose `value_type` is `void`.
2024-04-21 23:55:58 +02:00
..
2024-02-06 11:21:36 +00:00
2024-02-07 08:53:58 +00:00
2024-02-06 11:21:36 +00:00
2024-02-07 08:53:58 +00:00
2022-08-10 23:50:39 +02:00