cgal/Polynomial/include/CGAL
Laurent Rineau a64c2773c9 Make <CGAL/Polynomial/Cached_extended_euclidean_algorithm.h> thread-safe
The last bug detected by this PR was actually due to a global static
variable. Now that it is a static variable in a function, like others,
the memory de-allocations seem to be done in the right order (even with
Boost implementation of TLS).

Thanks Sébastien @sloriot for the patch.
2017-01-09 15:12:13 +01:00
..
Polynomial Make <CGAL/Polynomial/Cached_extended_euclidean_algorithm.h> thread-safe 2017-01-09 15:12:13 +01:00
Test fix unused type warnings 2015-07-23 09:27:55 +02:00
Exponent_vector.h Mainly added includes 2013-09-13 22:24:30 +02:00
Polynomial.h Remove all usage of CGAL_LEDA_VERSION 2016-08-25 14:38:16 +02:00
Polynomial_traits_d.h
Polynomial_type_generator.h
polynomial_utils.h