mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC.
This commit is contained in:
		
							parent
							
								
									9434603450
								
							
						
					
					
						commit
						27a6ef64fd
					
				| @ -509,11 +509,6 @@ private: | ||||
| 
 | ||||
| private: | ||||
|     static constexpr TypedStorage<Derived> DerivedStorage = {}; | ||||
| 
 | ||||
| #ifndef _MSC_VER | ||||
|     // TODO(bunnei): Enable on MSVC once this can be const evaluated by the compiler
 | ||||
|     static_assert(GetParent(GetNode(GetPointer(DerivedStorage))) == GetPointer(DerivedStorage)); | ||||
| #endif | ||||
| }; | ||||
| 
 | ||||
| template <auto T, class Derived = impl::GetParentType<T>> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user