mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Exception message assertions now work with matchers
This commit is contained in:
		@@ -25,6 +25,11 @@ namespace Catch {
 | 
			
		||||
    
 | 
			
		||||
    struct IConfig;
 | 
			
		||||
 | 
			
		||||
    struct CaseSensitive { enum Choice {
 | 
			
		||||
        Yes,
 | 
			
		||||
        No
 | 
			
		||||
    }; };
 | 
			
		||||
    
 | 
			
		||||
    class NonCopyable {
 | 
			
		||||
#ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS
 | 
			
		||||
        NonCopyable( NonCopyable const& )              = delete;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user