We must either:

- include <CGAL/config.h>
  - or not use CGAL_BEGIN_NAMESPACE.
I prefer the second option.
This commit is contained in:
Laurent Rineau 2009-08-27 14:54:01 +00:00
parent 570ede6437
commit e896a33ec6
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#ifndef CGAL_KERNEL_TRAITS_H
#define CGAL_KERNEL_TRAITS_H
CGAL_BEGIN_NAMESPACE
namespace CGAL {
template <class T>
struct Kernel_traits
@ -32,6 +32,6 @@ struct Kernel_traits
typedef typename T::R Kernel;
};
CGAL_END_NAMESPACE
} // end namespace CGAL
#endif // CGAL_KERNEL_TRAITS_H