mirror of https://github.com/CGAL/cgal
Clean-up
This commit is contained in:
parent
ea2043a842
commit
da4bb1f26a
|
|
@ -18,8 +18,8 @@
|
|||
//
|
||||
// Author(s) : Maxime Gimeno
|
||||
|
||||
#ifndef CGAL_WKT_H
|
||||
#define CGAL_WKT_H
|
||||
#ifndef CGAL_IO_WKT_H
|
||||
#define CGAL_IO_WKT_H
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
namespace boost{
|
||||
namespace geometry{
|
||||
namespace traits{
|
||||
//!\todo should we use our own tag in namespace CGAL rather than use the ones from boost ?
|
||||
template< typename R> struct tag<CGAL::internal::Geometry_container<R, linestring_tag> >
|
||||
{ typedef linestring_tag type; };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue