make visual studio 6 compile again

This commit is contained in:
ejcoumans
2007-03-20 05:06:01 +00:00
parent c82f36fa34
commit f199cd1347
5 changed files with 9 additions and 6 deletions

View File

@@ -36,11 +36,13 @@ class btAlignedAllocator {
typedef btAlignedAllocator< T , Alignment > self_type;
public:
//just going down a list:
btAlignedAllocator() {}
/*
btAlignedAllocator( const self_type & ) {}
*/
template < typename Other >
btAlignedAllocator( const btAlignedAllocator< Other , Alignment > & ) {}