mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	
							
								
								
									
										2
									
								
								include/external/clara.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								include/external/clara.h
									
									
									
									
										vendored
									
									
								
							| @@ -397,7 +397,7 @@ namespace Clara { | ||||
|             _dest = _source; | ||||
|         } | ||||
|         char toLowerCh(char c) { | ||||
|             return static_cast<char>( ::tolower( c ) ); | ||||
|             return static_cast<char>( std::tolower( c ) ); | ||||
|         } | ||||
|         inline void convertInto( std::string const& _source, bool& _dest ) { | ||||
|             std::string sourceLC = _source; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash