mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
windows needs default constructor?
This commit is contained in:
parent
5779007507
commit
795fd4889d
@ -60,7 +60,7 @@ public:
|
||||
typedef TYPENAME allocator<Type>::const_reference const_reference;
|
||||
typedef TYPENAME allocator<Type>::size_type size_type;
|
||||
|
||||
INLINE pallocator_single(TypeHandle type_handle) throw();
|
||||
INLINE pallocator_single(TypeHandle type_handle = TypeHandle::none()) throw();
|
||||
|
||||
// template member functions in VC++ can only be defined in-class.
|
||||
template<class U>
|
||||
@ -88,7 +88,7 @@ public:
|
||||
typedef TYPENAME allocator<Type>::const_reference const_reference;
|
||||
typedef TYPENAME allocator<Type>::size_type size_type;
|
||||
|
||||
INLINE pallocator_array(TypeHandle type_handle) throw();
|
||||
INLINE pallocator_array(TypeHandle type_handle = TypeHandle::none()) throw();
|
||||
|
||||
// template member functions in VC++ can only be defined in-class.
|
||||
template<class U>
|
||||
|
Loading…
x
Reference in New Issue
Block a user