cgal/Kinetic_data_structures
Laurent Rineau 3147e41e61 Revert that patch:
| ------------------------------------------------------------------------
  | r55821 | drussel | 2010-04-29 04:19:59 +0200 (Thu, 29 Apr 2010) | 1 line
  | Changed paths:
  |    M /trunk/Kinetic_data_structures/src/CGAL/numeric_solvers_support.cpp
  | 
  | use the newish grand unified polynomial internally
  | ------------------------------------------------------------------------

Reasons are:
  - it uses C99 dynamic C arrays allocated on the stack instead of
  std::vector,
  - C99 dynamic C arrays are not in C++98 (they will probably be in C++0x),
  - g++ implements that as an extension,
  - VC++ does not,
  - that is in libCGAL, and for that reason the whole CGAL testsuite is red
  under Microsoft VC++.

Suggestion (already emailed to Daniel): use std::vector instead of dynamic
C arrays, and resubmit the patch.
2010-04-30 16:25:32 +00:00
..
demo/Kinetic_data_structures Added demos to the demos target 2008-12-18 17:29:36 +00:00
doc_tex Merged revisions 53668-53669,53678-53679,53682-53686 via svnmerge from 2010-01-20 14:07:18 +00:00
examples Remove semi-colon after main() function definition. 2009-12-12 14:32:20 +00:00
hidden 7th pass to remove CGAL_USE_QT: remove manually all remaining CGAL_USE_QT 2008-09-09 22:29:51 +00:00
include/CGAL Trivial fixes for the testsuite. 2010-04-22 09:58:25 +00:00
package_info/Kinetic_data_structures Remove changes.txt files. 2008-07-24 17:47:16 +00:00
src Revert that patch: 2010-04-30 16:25:32 +00:00
test Trivial fixes for the testsuite. 2010-04-22 09:58:25 +00:00
dont_submit As some demos and examples have the same name we have to disambuguate by the path 2008-10-28 16:49:57 +00:00
todo