diff --git a/Grid/allocator/AlignedAllocator.h b/Grid/allocator/AlignedAllocator.h index ec880c91..a32d69db 100644 --- a/Grid/allocator/AlignedAllocator.h +++ b/Grid/allocator/AlignedAllocator.h @@ -175,7 +175,7 @@ template inline bool operator!=(const devAllocator<_Tp>&, const d // Template typedefs //////////////////////////////////////////////////////////////////////////////// template using hostVector = std::vector >; // Needs autoview -template using Vector = std::vector >; // +template using Vector = std::vector >; // Really want to deprecate template using uvmVector = std::vector >; // auto migrating page template using deviceVector = std::vector >; // device vector