[move] Documentation example typo.
 
            
            
            
            
                18 Jul
                
                    2013
                
            
            
                18 Jul
                
                '13
                
            
            
            
        
    
                1:35 p.m.
            
        Hi. Just reporting a slight typo in boost::move library documentation's file_descriptor class example code for closing the OS file descriptor. It says:
if(!os_descr_) operating_system_close_file(os_descr_);
in its destructor & assignment operator when it should in fact say:
if(os_descr_) operating_system_close_file(os_descr_);
[notice the removed ! operator] Hope this helps. Best regards, Jurko Gospodnetić
        4471
        
      
          Age (days ago)
        
      
        4488
        
    
          Last active (days ago)
        
        
        
        1 comments
    
    
        
        2 participants
    
    
    
    
    
    
    
    
    participants (2)
- 
                 Ion Gaztañaga Ion Gaztañaga
- 
                 Jurko Gospodnetić Jurko Gospodnetić
