mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 14:42:02 +00:00 
			
		
		
		
	update4 fp check (#1524)
This commit is contained in:
		@@ -166,7 +166,7 @@ namespace GeneralUtils {
 | 
			
		||||
		return isParsed ? static_cast<T>(result) : std::optional<T>{};
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
#ifdef DARKFLAME_PLATFORM_MACOS
 | 
			
		||||
#if !(__GNUC__ >= 11 || _MSC_VER >= 1924)
 | 
			
		||||
 | 
			
		||||
	// MacOS floating-point parse helper function specializations
 | 
			
		||||
	namespace details {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user