mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-10-14 17:11:29 +08:00
Fix bug #666: unused-local-typedefs warning
This commit is contained in:
parent
12b9b92c40
commit
0e2efbddd3
@ -451,7 +451,6 @@ template<typename T, bool Align> inline void conditional_aligned_delete_auto(T *
|
||||
template<typename Scalar, typename Index>
|
||||
static inline Index first_aligned(const Scalar* array, Index size)
|
||||
{
|
||||
typedef typename packet_traits<Scalar>::type Packet;
|
||||
enum { PacketSize = packet_traits<Scalar>::size,
|
||||
PacketAlignedMask = PacketSize-1
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user