mirror of
				https://github.com/bspeice/speice.io
				synced 2025-11-04 02:20:36 -05:00 
			
		
		
		
	Minor note about final
				
					
				
			This commit is contained in:
		@ -536,8 +536,8 @@ Though the compiler nicely warns us that we shouldn't do this:
 | 
				
			|||||||
      |                                   ~~~~~~~~~~~^
 | 
					      |                                   ~~~~~~~~~~~^
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
C++ also has `override`, but doesn't make much sense to impose that as a requirement; inheritance
 | 
					C++ also has `override` and `final`, but doesn't make much sense to impose that as a requirement;
 | 
				
			||||||
and concepts are orthogonal systems.
 | 
					inheritance and concepts are orthogonal systems.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Implement methods on remote types
 | 
					# Implement methods on remote types
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user