mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Ensure std::unordered_ be used on MSVC 2010 too (#4600)
This commit is contained in:
		@@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
#define USE_UNORDERED_CONTAINERS
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if _MSC_VER >= 1800
 | 
			
		||||
#if _MSC_VER >= 1600
 | 
			
		||||
#define USE_UNORDERED_CONTAINERS
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user