Files
cgal/Installation/include/CGAL
Laurent Rineau 6c77740485 CORE MemoryPool<T> has to be destroyed last
If Boost implementation of thread local storage is used, the order of
destructors is reversed, compared to C++11 `static thread_local`. The
solution for CORE `MemoryPool<T>` is to make the static variable a
static member of the class, and initialize the pointer only inside the
function. That ensures that the destructor will be called after the
destructor of local static variables.
2017-01-10 16:27:44 +01:00
..
2014-12-20 16:15:08 +01:00
2015-03-16 17:01:49 +01:00
2016-09-22 15:41:53 +02:00
2015-10-07 22:43:08 +01:00
2011-10-10 13:48:25 +00:00
2016-01-04 16:48:26 +01:00