summaryrefslogtreecommitdiff
path: root/boost/ptr_container/clone_allocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/ptr_container/clone_allocator.hpp')
-rw-r--r--boost/ptr_container/clone_allocator.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/boost/ptr_container/clone_allocator.hpp b/boost/ptr_container/clone_allocator.hpp
index 6d396e808a..cca885c74c 100644
--- a/boost/ptr_container/clone_allocator.hpp
+++ b/boost/ptr_container/clone_allocator.hpp
@@ -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 )