Re: [Function] Implemented operator== and operator!=
 
            
            
            
            
                27 Jan
                
                    2004
                
            
            
                27 Jan
                
                '04
                
            
            
            
        
    
                8:40 p.m.
            
        Douglas Gregor <gregod@cs.rpi.edu> writes:
where deref does something like:
template<typename Pointer, typename Pointee = typename Pointer::element_type> struct do_deref {
I suggest template< typename Pointer , typename Pointee = typename pointee<Pointer>::type > struct do_deref { }; Or even leaving out the Pointee parameter altogether. See boost/pointee.hpp. -- Dave Abrahams Boost Consulting www.boost-consulting.com
        7948
        
      
          Age (days ago)
        
      
        7948
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                 David Abrahams David Abrahams