mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 02:28:11 +08:00 
			
		
		
		
	Make FTXUI compatible with clang warnings.
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| #include <type_traits> | ||||
|  | ||||
| template <class T> | ||||
| void Merge(Elements& container, T t) {} | ||||
| void Merge(Elements&, T) {} | ||||
|  | ||||
| template <> | ||||
| inline void Merge(Elements& container, Element element) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni