mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	pass jny: changed the constructor initializers to use parens rather than curly-braces to hopefully make GCC 4.8 happy
This commit is contained in:
		
							parent
							
								
									43b2fc5566
								
							
						
					
					
						commit
						1be9bef28b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -120,8 +120,8 @@ struct JnyWriter
 | 
			
		|||
 | 
			
		||||
    public:
 | 
			
		||||
    JnyWriter(std::ostream &f, bool use_selection, bool connections, bool attributes, bool properties) noexcept:
 | 
			
		||||
        f{f}, _use_selection{use_selection},
 | 
			
		||||
        _include_connections{connections}, _include_attributes{attributes}, _include_properties{properties}
 | 
			
		||||
        f(f), _use_selection(use_selection),
 | 
			
		||||
        _include_connections(connections), _include_attributes(attributes), _include_properties(properties)
 | 
			
		||||
         { }
 | 
			
		||||
 | 
			
		||||
    void write_metadata(Design *design, uint16_t indent_level = 0)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue