mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-10 23:21:47 +08:00
backporting rev 951682 (compilation fix in aligned allocator)
This commit is contained in:
parent
3c90fc2e64
commit
c15842c374
@ -341,6 +341,12 @@ public:
|
||||
{
|
||||
ei_aligned_free( p );
|
||||
}
|
||||
|
||||
bool operator!=(const aligned_allocator<T>& other) const
|
||||
{ return false; }
|
||||
|
||||
bool operator==(const aligned_allocator<T>& other) const
|
||||
{ return true; }
|
||||
};
|
||||
|
||||
#endif // EIGEN_MEMORY_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user