mirror of https://github.com/CGAL/cgal
Fix spaces
This commit is contained in:
parent
078e89f55f
commit
f742be081b
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
#define GENERATE_MEMBER_DETECTOR(X) \
|
#define GENERATE_MEMBER_DETECTOR(X) \
|
||||||
template<typename T> class has_##X { \
|
template<typename T> class has_##X { \
|
||||||
struct Fallback { int X; }; \
|
struct Fallback { int X; }; \
|
||||||
struct Derived : T, Fallback { }; \
|
struct Derived : T, Fallback { }; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue