mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	allocator template typedefs moved to AlignedAllocator
This commit is contained in:
		@@ -65,9 +65,6 @@ public:
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
class LatticeExpressionBase {};
 | 
					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>                           
 | 
					template <typename Op, typename T1>                           
 | 
				
			||||||
class LatticeUnaryExpression  : public std::pair<Op,std::tuple<T1> > , public LatticeExpressionBase {
 | 
					class LatticeUnaryExpression  : public std::pair<Op,std::tuple<T1> > , public LatticeExpressionBase {
 | 
				
			||||||
 public:
 | 
					 public:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user