 
            
            
            
            
                26 Apr
                
                    2005
                
            
            
                26 Apr
                
                '05
                
            
            
            
        
    
                6:58 p.m.
            
        Gennadiy Rozental wrote:
I do not know how "expert" it is, but I am quite sure that ordinary user will find it very useful. How many times ordinary C++ user is faced with resource (of any kind) management tasks? My guess a lot. And in many many cases it would be more easy to write a policy for PBSP instead of writing everything from scratch. boost::smart_ptr does cover a lot of ground. But it's still incomparable (IMO) with power presented by PBSP solution.
By PBSP, do you mean policy-based smart pointers in general, or a Loki-derived smart pointer in particular?