cgal/Mesh_3
Laurent Rineau 646db6ef74 Try to fix a warning on MSVC
```
...\include\CGAL/Polyhedral_mesh_domain_with_features_3.h(264): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
        with
        [
            _Ty=int
        ]
...\cmake\platforms\x64_Cygwin-Windows10_MSVC2017-Release-64bits\test\Mesh_3\test_meshing_polylines_only.cpp(80): note: see reference to function template instantiation 'void CGAL::Polyhedral_mesh_domain_with_features_3<K,CGAL::Polyhedron_3<Gt,CGAL::Mesh_3::Mesh_polyhedron_items<Patch_id>,CGAL::HalfedgeDS_default,std::allocator<_Ty>>,CGAL::Default,Patch_id,CGAL::Tag_true>::add_features<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<std::vector<CGAL::Point_3<Kernel_>,std::allocator<CGAL::Point_3<Kernel_>>>>>>>(InputIterator,InputIterator)' being compiled
        with
        [
            Gt=K,
            Patch_id=int,
            _Ty=int,
            Kernel_=CGAL::Epick,
            InputIterator=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<Polyline>>>
        ]
```
2020-10-27 09:43:46 +01:00
..
archive Fixes for min/max 2020-04-21 12:04:45 +02:00
benchmark/Mesh_3 Use imported targets everywhere 2020-04-15 14:06:13 +02:00
doc/Mesh_3 Regroup NP aliases into the base doxyfile.in 2020-04-04 17:26:32 +02:00
examples/Mesh_3 Merge pull request #4781 from lrineau/Mesh_3-ITT_support-GF 2020-10-02 15:20:04 +02:00
include/CGAL Try to fix a warning on MSVC 2020-10-27 09:43:46 +01:00
package_info/Mesh_3 run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
test/Mesh_3 Merge pull request #4781 from lrineau/Mesh_3-ITT_support-GF 2020-10-02 15:20:04 +02:00
TODO