20 Mar
                
                    2008
                
            
            
                20 Mar
                
                '08
                
            
            
            
        
    
                5:26 p.m.
            
        Frank Mori Hess wrote:
One final question, in:
BOOST_TEST( early_px.use_count() > 0 );
what does use_count() return? 2? Do we want to test against 2 directly, or are we to leave the initial use count unspecified?
Yes, it returns 2. We can test for equality if you prefer. I just left it unspecified because I felt like the 2 was just an implementation detail leaking out.
Unspecified is fine.
Do you have SVN write access?
Yes, just tell me what/when is ok to commit and I should be able to do it.
I think that your current iteration is ready for the trunk. Thank you again for your work.