astyle
This commit is contained in:
		
							parent
							
								
									ff0d313936
								
							
						
					
					
						commit
						4207c40786
					
				| @ -23,10 +23,10 @@ public: | |||||||
| 
 | 
 | ||||||
|     stack_buf& operator=(const stack_buf& other) = delete; |     stack_buf& operator=(const stack_buf& other) = delete; | ||||||
| 
 | 
 | ||||||
|     stack_buf(const stack_buf& other):stack_buf(other, delegate_copy_move{}) |     stack_buf(const stack_buf& other):stack_buf(other, delegate_copy_move {}) | ||||||
|     {} |     {} | ||||||
| 
 | 
 | ||||||
|     stack_buf(stack_buf&& other):stack_buf(other, delegate_copy_move{}) |     stack_buf(stack_buf&& other):stack_buf(other, delegate_copy_move {}) | ||||||
|     { |     { | ||||||
|         other.clear(); |         other.clear(); | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user