mirror of https://github.com/CGAL/cgal
use rebind_alloc instead of rebind for std::allocator
This commit is contained in:
parent
309f2268b9
commit
447728692d
|
|
@ -74,7 +74,7 @@ namespace CGAL {
|
|||
struct Container_for_attributes :
|
||||
public internal::Container_type
|
||||
<Concurrent_tag, T,
|
||||
typename std::allocator_traits<Alloc_>::template rebind_alloc<T>>::type
|
||||
typename Allocator_traits::template rebind_alloc<T>>::type
|
||||
{};
|
||||
/// Typedef for attributes
|
||||
typedef typename internal::template Get_attributes_tuple<Dart_wrapper>::type
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ namespace CGAL {
|
|||
template <typename T>
|
||||
struct Container_for_attributes : public
|
||||
Compact_container_with_index<T,
|
||||
typename Alloc_::template rebind<T>::other,
|
||||
typename Allocator_traits::template rebind_alloc<T>,
|
||||
Multiply_by_two_policy_for_cc_with_size<64>, size_type >
|
||||
{};
|
||||
/// Typedef for attributes
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ namespace CGAL {
|
|||
struct Container_for_attributes :
|
||||
public internal::Container_type
|
||||
<Concurrent_tag, T,
|
||||
typename std::allocator_traits<Alloc_>::template rebind_alloc<T>>::type
|
||||
typename Allocator_traits::template rebind_alloc<T>>::type
|
||||
{};
|
||||
/// Typedef for attributes
|
||||
typedef typename internal::template Get_attributes_tuple<Dart_wrapper>::type
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ namespace CGAL {
|
|||
template <typename T>
|
||||
struct Container_for_attributes : public
|
||||
Compact_container_with_index<T,
|
||||
typename Alloc_::template rebind<T>::other,
|
||||
typename Allocator_traits::template rebind_alloc<T>,
|
||||
Multiply_by_two_policy_for_cc_with_size<64>, size_type >
|
||||
{};
|
||||
/// Typedef for attributes
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ namespace CGAL {
|
|||
struct Container_for_attributes :
|
||||
public internal::Container_type
|
||||
<Concurrent_tag, T,
|
||||
typename std::allocator_traits<Alloc_>::template rebind_alloc<T>>::type
|
||||
typename Allocator_traits::template rebind_alloc<T>>::type
|
||||
{};
|
||||
/// Typedef for attributes
|
||||
typedef typename internal::template Get_attributes_tuple<Dart_wrapper>::type
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ namespace CGAL {
|
|||
template <typename T>
|
||||
struct Container_for_attributes : public
|
||||
Compact_container_with_index<T,
|
||||
typename Alloc_::template rebind<T>::other,
|
||||
typename Allocator_traits::template rebind_alloc<T>,
|
||||
Multiply_by_two_policy_for_cc_with_size<64>, size_type >
|
||||
{};
|
||||
/// Typedef for attributes
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ namespace CGAL {
|
|||
struct Container_for_attributes :
|
||||
public internal::Container_type
|
||||
<Concurrent_tag, T,
|
||||
typename std::allocator_traits<Alloc_>::template rebind_alloc<T>>::type
|
||||
typename Allocator_traits::template rebind_alloc<T>>::type
|
||||
{};
|
||||
/// Typedef for attributes
|
||||
typedef typename internal::template Get_attributes_tuple<Dart_wrapper>::type
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ namespace CGAL {
|
|||
template <typename T>
|
||||
struct Container_for_attributes : public
|
||||
Compact_container_with_index<T,
|
||||
typename Alloc_::template rebind<T>::other,
|
||||
typename Allocator_traits::template rebind_alloc<T>,
|
||||
Multiply_by_two_policy_for_cc_with_size<64>, size_type >
|
||||
{};
|
||||
/// Typedef for attributes
|
||||
|
|
|
|||
Loading…
Reference in New Issue