mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Added private assignment operator to fix VS2010 issue
- thanks to Kosta (#239)
This commit is contained in:
		@@ -99,6 +99,8 @@ namespace Catch {
 | 
				
			|||||||
                return node->stats.sectionInfo.lineInfo == m_other.lineInfo;
 | 
					                return node->stats.sectionInfo.lineInfo == m_other.lineInfo;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        private:
 | 
					        private:
 | 
				
			||||||
 | 
					            BySectionInfo& operator=( BySectionInfo const& other ); // = delete;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            SectionInfo const& m_other;
 | 
					            SectionInfo const& m_other;
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user