Skip to content

Commit

Permalink
Merge pull request #8301 from soesau/Shape_detection-Deprecated_trait…
Browse files Browse the repository at this point in the history
…s-GF

Shape_detection: Removing leftover from deprecated Shape_detection_traits
  • Loading branch information
sloriot committed Jul 23, 2024
2 parents 2ce800a + e84a054 commit 31c82ba
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,13 @@
namespace CGAL {
namespace Shape_detection {

// Forward declaration needed for automatic traits detection without
// including the deprecated header itself…
template <typename Gt, typename IR, typename IPM, typename INM>
struct Shape_detection_traits;

namespace internal {

template <typename Traits>
struct Traits_base { typedef Traits type; };
template <typename Gt, typename IR, typename IPM, typename INM>
struct Traits_base<CGAL::Shape_detection::Efficient_RANSAC_traits<Gt,IR,IPM,INM> >
{ typedef Gt type; };
template <typename Gt, typename IR, typename IPM, typename INM>
struct Traits_base<CGAL::Shape_detection::Shape_detection_traits<Gt,IR,IPM,INM> >
{ typedef Gt type; };

template<class Traits>
class RANSAC_octree {
Expand Down

0 comments on commit 31c82ba

Please sign in to comment.