Fixes Dictionary error.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -29,7 +29,7 @@ namespace ArbUt { | |||||||
|         Dictionary(const Dictionary& other) noexcept : _map(other._map) {} |         Dictionary(const Dictionary& other) noexcept : _map(other._map) {} | ||||||
|         /// @brief Assignment operator |         /// @brief Assignment operator | ||||||
|         Dictionary& operator=(const Dictionary& other) noexcept { |         Dictionary& operator=(const Dictionary& other) noexcept { | ||||||
|             if (this == &other || _map == other._map) { |             if (this == &other) { | ||||||
|                 return *this; |                 return *this; | ||||||
|             } |             } | ||||||
|             _map = other._map; |             _map = other._map; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user