This commit is contained in:
Andreas Fabri 2017-01-10 14:40:23 +01:00
parent e869afa8af
commit adbc830e0f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
# define CGAL_STATIC_THREAD_LOCAL_VARIABLE(TYPE, VAR,ARG1) static TYPE VAR(ARG1)
# define CGAL_STATIC_THREAD_LOCAL_VARIABLE(TYPE, VAR,ARG1,ARG2) static TYPE VAR(ARG1,ARG2)
# define CGAL_STATIC_THREAD_LOCAL_VARIABLE_2(TYPE, VAR,ARG1,ARG2) static TYPE VAR(ARG1,ARG2)
#endif