Skip to content

Commit

Permalink
Change type in storage with index (cmap, gmap, lcc)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamiand committed Jun 5, 2024
1 parent d3e88f2 commit e4140c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace CGAL {
struct Container_for_attributes : public
Compact_container_with_index<T,
typename Allocator_traits::template rebind_alloc<T>,
Multiply_by_two_policy_for_cc_with_size<64>, size_type >
Multiply_by_two_policy_for_cc_with_size<64>, Index_type >
{};
/// Typedef for attributes
typedef typename internal::template Get_attributes_tuple<Dart_wrapper>::type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace CGAL {
struct Container_for_attributes : public
Compact_container_with_index<T,
typename Allocator_traits::template rebind_alloc<T>,
Multiply_by_two_policy_for_cc_with_size<64>, size_type >
Multiply_by_two_policy_for_cc_with_size<64>, Index_type >
{};
/// Typedef for attributes
typedef typename internal::template Get_attributes_tuple<Dart_wrapper>::type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace CGAL {
struct Container_for_attributes : public
Compact_container_with_index<T,
typename Allocator_traits::template rebind_alloc<T>,
Multiply_by_two_policy_for_cc_with_size<64>, size_type >
Multiply_by_two_policy_for_cc_with_size<64>, Index_type >
{};
/// Typedef for attributes
typedef typename internal::template Get_attributes_tuple<Dart_wrapper>::type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace CGAL {
struct Container_for_attributes : public
Compact_container_with_index<T,
typename Allocator_traits::template rebind_alloc<T>,
Multiply_by_two_policy_for_cc_with_size<64>, size_type >
Multiply_by_two_policy_for_cc_with_size<64>, Index_type >
{};
/// Typedef for attributes
typedef typename internal::template Get_attributes_tuple<Dart_wrapper>::type
Expand Down

0 comments on commit e4140c2

Please sign in to comment.