mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	kernel: fix formatting (thanks @boqwxp)
This commit is contained in:
		
							parent
							
								
									7bcbf0c9d1
								
							
						
					
					
						commit
						18d85b88ae
					
				
					 1 changed files with 4 additions and 6 deletions
				
			
		|  | @ -363,8 +363,6 @@ namespace RTLIL | ||||||
| 
 | 
 | ||||||
| 		template<typename... Args> | 		template<typename... Args> | ||||||
| 		bool in(Args... args) const { | 		bool in(Args... args) const { | ||||||
| 			//return in(first) || in(rest...);
 |  | ||||||
| 
 |  | ||||||
| 			// Credit: https://articles.emptycrate.com/2016/05/14/folds_in_cpp11_ish.html
 | 			// Credit: https://articles.emptycrate.com/2016/05/14/folds_in_cpp11_ish.html
 | ||||||
| 			bool result = false; | 			bool result = false; | ||||||
| 			(void) std::initializer_list<int>{ (result = result || in(args), 0)... }; | 			(void) std::initializer_list<int>{ (result = result || in(args), 0)... }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue