Skip to content

Commit

Permalink
typedef Self
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Dec 3, 2024
1 parent 4ae3982 commit 81e1bf2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,15 @@ class Periodic_3_triangulation_filtered_traits_3<K_, Off_, false>
: public Periodic_3_triangulation_filtered_traits_base_3<K_, Off_>
{
typedef Periodic_3_triangulation_filtered_traits_base_3<K_, Off_> Base;
typedef Periodic_3_triangulation_filtered_traits_3<K_, Off_, false> Self;

public:
typedef K_ Kernel;
typedef typename Kernel::Iso_cuboid_3 Iso_cuboid_3;

Periodic_3_triangulation_filtered_traits_3& operator=(const Periodic_3_triangulation_filtered_traits_3&) = delete;
Periodic_3_triangulation_filtered_traits_3& operator=(const Self&) = delete;

Periodic_3_triangulation_filtered_traits_3(const& Periodic_3_triangulation_filtered_traits_3) = delete;
Periodic_3_triangulation_filtered_traits_3(const& Self) = delete;

Periodic_3_triangulation_filtered_traits_3(const Iso_cuboid_3& domain,
const Kernel& k)
Expand Down

0 comments on commit 81e1bf2

Please sign in to comment.