* update BVH to explicitely use aligned_allocator

* fix warning in StdVector
This commit is contained in:
Gael Guennebaud
2009-04-23 11:33:36 +00:00
parent c7bb7436f9
commit acb32c69d4
3 changed files with 29 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ public:
};
aligned_allocator_indirection() throw() {}
aligned_allocator_indirection(const aligned_allocator_indirection& ) throw() {}
aligned_allocator_indirection(const aligned_allocator_indirection& ) throw() : aligned_allocator<T>() {}
aligned_allocator_indirection(const aligned_allocator<T>& ) throw() {}
template<class U>
aligned_allocator_indirection(const aligned_allocator_indirection<U>& ) throw() {}