mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-10-30 14:30:53 -07:00 
			
		
		
		
	Formatting fixes
This commit is contained in:
		| @@ -92,7 +92,7 @@ | ||||
| #define size_of( x )                  ( sw )( sizeof( x ) ) | ||||
|  | ||||
| template< class Type > | ||||
| void swap( Type a, Type b ) | ||||
| void swap( Type& a, Type& b ) | ||||
| { | ||||
| 	Type tmp = a; | ||||
| 	a = b; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user