mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Removed inadvertent use of auto merged from dev-modernise
This commit is contained in:
		| @@ -77,7 +77,7 @@ namespace Catch { | ||||
|             throw std::runtime_error( "colour mode must be one of: auto, yes or no" ); | ||||
|     } | ||||
|     inline void setWaitForKeypress( ConfigData& config, std::string const& keypress ) { | ||||
|         auto keypressLc = toLower( keypress ); | ||||
|         std::string keypressLc = toLower( keypress ); | ||||
|         if( keypressLc == "start" ) | ||||
|             config.waitForKeypress = WaitForKeypress::BeforeStart; | ||||
|         else if( keypressLc == "exit" ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash