mirror of https://github.com/CGAL/cgal
We must either:
- include <CGAL/config.h> - or not use CGAL_BEGIN_NAMESPACE. I prefer the second option.
This commit is contained in:
parent
570ede6437
commit
e896a33ec6
|
|
@ -24,7 +24,7 @@
|
||||||
#ifndef CGAL_KERNEL_TRAITS_H
|
#ifndef CGAL_KERNEL_TRAITS_H
|
||||||
#define CGAL_KERNEL_TRAITS_H
|
#define CGAL_KERNEL_TRAITS_H
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
namespace CGAL {
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
struct Kernel_traits
|
struct Kernel_traits
|
||||||
|
|
@ -32,6 +32,6 @@ struct Kernel_traits
|
||||||
typedef typename T::R Kernel;
|
typedef typename T::R Kernel;
|
||||||
};
|
};
|
||||||
|
|
||||||
CGAL_END_NAMESPACE
|
} // end namespace CGAL
|
||||||
|
|
||||||
#endif // CGAL_KERNEL_TRAITS_H
|
#endif // CGAL_KERNEL_TRAITS_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue