cgal/Documentation/doc
Laurent Rineau b73a88babc CGAL_Core MemoryPool<T> will always use Boost.Thread with g++
Because of bug in gcc, even if the C++11 `thread_local` keyword can be
used, it cannot be used for the TLS static member of the class template
`MemoryPool<T>`. That triggers a bug in gcc (tested with g++ 6.3.1):
```
.../include/CGAL/CORE/MemoryPool.h:113:25: error: redefinition of 'bool __tls_guard'
 MemoryPool<T, nObjects> MemoryPool<T, nObjects>::memPool;
                         ^~~~~~~~~~~~~~~~~~~~~~~
.../include/CGAL/CORE/MemoryPool.h:113:25: note: 'bool __tls_guard' previously declared here
.../include/CGAL/CORE/MemoryPool.h:113: confused by earlier errors, bailing out
Preprocessed source stored into /tmp/cc4xCWuR.out file, please attach this to your bugreport.
```

The bug seems to be from g++ >= 5:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54948
2017-02-08 17:05:13 +01:00
..
Documentation CGAL_Core MemoryPool<T> will always use Boost.Thread with g++ 2017-02-08 17:05:13 +01:00
biblio Merge pull request #1578 from maxGimeno/PMP-add_distance-GF 2017-01-12 11:10:25 +01:00
resources add resource files for 1.8.13 patched 2016-12-29 17:14:10 +01:00
scripts catch more errors and warnings 2016-12-06 15:15:24 +01:00
CMakeLists.txt move resource files in a directory with the doxygen version it was generated for 2016-12-29 15:18:00 +01:00
Customizations.txt Move customizations to a better place 2016-01-15 15:02:47 +01:00