cgal/Periodic_3_triangulation_3
Laurent Rineau 569a0e174e Add explicit casts
This seems required. At least the Intel Compiler version 12 gives a set of errors
(not even warnings!). Here is one of them:

/home/lrineau/CGAL/CGAL-4.0-Ic-248/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h:192:29: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned int' in initializer list
    unsigned int off0[3] = {(o0>>2)&1,(o0>>1)&1,(o0&1)};
                            ^~~~~~~~~
/home/lrineau/CGAL/CGAL-4.0-Ic-248/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h:192:29: note: override this message by inserting an explicit cast
    unsigned int off0[3] = {(o0>>2)&1,(o0>>1)&1,(o0&1)};
                            ^~~~~~~~~
                            static_ca)t<unsigned int>(
2012-01-19 11:33:04 +00:00
..
benchmark/Periodic_3_triangulation_3 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
demo merge changes from next 2012-01-09 12:33:39 +00:00
doc_tex Turn \ccLicenseQPL into \ccLicenseGPL 2012-01-13 17:13:55 +00:00
examples/Periodic_3_triangulation_3 Use size_type instead of int 2011-01-11 14:59:50 +00:00
include/CGAL Add explicit casts 2012-01-19 11:33:04 +00:00
package_info/Periodic_3_triangulation_3 Add license files, per package 2012-01-16 15:54:22 +00:00
test/Periodic_3_triangulation_3 Missing #include for assert. 2012-01-16 10:32:41 +00:00
dont_submit