From acb32c69d4e8a78763400ac045b7e06930348fe9 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 23 Apr 2009 11:33:36 +0000 Subject: * update BVH to explicitely use aligned_allocator * fix warning in StdVector --- Eigen/StdVector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/StdVector') diff --git a/Eigen/StdVector b/Eigen/StdVector index 6d629061f..6c62f518f 100644 --- a/Eigen/StdVector +++ b/Eigen/StdVector @@ -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() {} aligned_allocator_indirection(const aligned_allocator& ) throw() {} template aligned_allocator_indirection(const aligned_allocator_indirection& ) throw() {} -- cgit v1.2.3