Show
Ignore:
Timestamp:
08/16/09 18:13:31 (15 years ago)
Author:
smidl
Message:

removal of unused functions _e() and samplecond(,) and added documentation lines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/shared_ptr.h

    r529 r536  
    171171}; 
    172172 
     173//! Compare shared pointers  
    173174template<typename T, typename U> 
    174175bool operator== ( shared_ptr<T> const &a, shared_ptr<U> const &b ) { 
     
    176177} 
    177178 
     179//! Compare shared pointers  
    178180template<typename T, typename U> 
    179181bool operator!= ( shared_ptr<T> const &a, shared_ptr<U> const &b ) { 
     
    181183} 
    182184 
     185//! Compare shared pointers  
    183186template<typename T, typename U> 
    184187bool operator< ( shared_ptr<T> const &a, shared_ptr<U> const &b ) {