mirror of https://github.com/CGAL/cgal
fix
This commit is contained in:
parent
e869afa8af
commit
adbc830e0f
|
|
@ -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) 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
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue