mirror of
				https://github.com/boostorg/smart_ptr.git
				synced 2025-11-04 01:31:51 +01:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			boost-1.70
			...
			boost-1.32
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					337e414515 | ||
| 
						 | 
					aa00436b68 | ||
| 
						 | 
					8a47b48f0e | 
@@ -115,7 +115,7 @@ class MyClass {
 | 
			
		||||
    int add_one() { return ++*ptr; }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
void main()
 | 
			
		||||
int main()
 | 
			
		||||
{
 | 
			
		||||
    boost::scoped_ptr<Shoe> x(new Shoe);
 | 
			
		||||
    MyClass my_instance;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user