updated boost on windows
This commit is contained in:
@@ -37,18 +37,7 @@ namespace boost
|
||||
return res;
|
||||
}
|
||||
|
||||
template< class T >
|
||||
inline T* new_clone( const T* r )
|
||||
{
|
||||
return r ? new_clone( *r ) : 0;
|
||||
}
|
||||
|
||||
//
|
||||
// @remark: to make new_clone() work
|
||||
// with scope_ptr/shared_ptr ect.
|
||||
// simply overload for those types
|
||||
// in the appropriate namespace.
|
||||
//
|
||||
|
||||
template< class T >
|
||||
inline void delete_clone( const T* r )
|
||||
|
||||
Reference in New Issue
Block a user