mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
allocator template typedefs moved to AlignedAllocator
This commit is contained in:
parent
4f8e636a43
commit
f9d5e95d72
@ -65,9 +65,6 @@ public:
|
||||
|
||||
class LatticeExpressionBase {};
|
||||
|
||||
template<class T> using Vector = std::vector<T,alignedAllocator<T> >; // Aligned allocator??
|
||||
template<class T> using Matrix = std::vector<std::vector<T,alignedAllocator<T> > >; // Aligned allocator??
|
||||
|
||||
template <typename Op, typename T1>
|
||||
class LatticeUnaryExpression : public std::pair<Op,std::tuple<T1> > , public LatticeExpressionBase {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user