26 typedef ptrdiff_t difference_type;
28 typedef const T* const_pointer;
30 typedef const T& const_reference;
41 aligned_allocator_indirection(
const EIGEN_ALIGNED_ALLOCATOR<T>& ) {}
43 aligned_allocator_indirection(
const aligned_allocator_indirection<U>& ) {}
45 aligned_allocator_indirection(
const EIGEN_ALIGNED_ALLOCATOR<U>& ) {}
46 ~aligned_allocator_indirection() {}