mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	gcc-4.6 compile fixes
This commit is contained in:
		
							parent
							
								
									429ccb62a1
								
							
						
					
					
						commit
						12b05dfc04
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -289,7 +289,7 @@ class dict
 | 
			
		|||
public:
 | 
			
		||||
	class iterator
 | 
			
		||||
	{
 | 
			
		||||
		friend dict;
 | 
			
		||||
		friend class dict;
 | 
			
		||||
	protected:
 | 
			
		||||
		dict *ptr;
 | 
			
		||||
		int index;
 | 
			
		||||
| 
						 | 
				
			
			@ -307,7 +307,7 @@ public:
 | 
			
		|||
 | 
			
		||||
	class const_iterator
 | 
			
		||||
	{
 | 
			
		||||
		friend dict;
 | 
			
		||||
		friend class dict;
 | 
			
		||||
	protected:
 | 
			
		||||
		const dict *ptr;
 | 
			
		||||
		int index;
 | 
			
		||||
| 
						 | 
				
			
			@ -608,7 +608,7 @@ class pool
 | 
			
		|||
public:
 | 
			
		||||
	class iterator
 | 
			
		||||
	{
 | 
			
		||||
		friend pool;
 | 
			
		||||
		friend class pool;
 | 
			
		||||
	protected:
 | 
			
		||||
		pool *ptr;
 | 
			
		||||
		int index;
 | 
			
		||||
| 
						 | 
				
			
			@ -624,7 +624,7 @@ public:
 | 
			
		|||
 | 
			
		||||
	class const_iterator
 | 
			
		||||
	{
 | 
			
		||||
		friend pool;
 | 
			
		||||
		friend class pool;
 | 
			
		||||
	protected:
 | 
			
		||||
		const pool *ptr;
 | 
			
		||||
		int index;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue