cgal/Cartesian_kernel/include/CGAL
Sylvain Pion 53f5c9679b Add a using directive "using std::array" in namespace CGAL to import either:
- C++0x's std:array from <array>
- TR1's std::tr1::array from <tr1/array>
- boost::array from <boost/array.hpp>
Motivation : GCC's std::array is faster than boost::array.

Move CGALi:make_array to namespace CGAL.

Document CGAL::array.
2008-08-26 13:08:16 +00:00
..
Cartesian Add a using directive "using std::array" in namespace CGAL to import either: 2008-08-26 13:08:16 +00:00
constructions fix place 2008-06-04 08:55:44 +00:00
predicates Add a couple of handy functions: 2008-08-12 12:43:20 +00:00
Cartesian.h
Cartesian_converter.h Fixing Lazy for Circle_3 2008-06-26 14:25:54 +00:00
Simple_cartesian.h