mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Fix ScopeGuard move behavior
This commit is contained in:
		| @@ -37,7 +37,8 @@ namespace vstd | ||||
| 		{} | ||||
| 		~ScopeGuard() | ||||
| 		{ | ||||
| 			f(); | ||||
| 			if(fire) | ||||
| 				f(); | ||||
| 		} | ||||
| 	}; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user