mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Build 12
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| /* | ||||
|  *  CATCH v1.0 build 11 (master branch) | ||||
|  *  Generated: 2013-10-23 15:34:32.120349 | ||||
|  *  CATCH v1.0 build 12 (master branch) | ||||
|  *  Generated: 2013-11-09 07:46:33.549497 | ||||
|  *  ---------------------------------------------------------- | ||||
|  *  This file has been merged from multiple headers. Please don't edit it directly | ||||
|  *  Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. | ||||
| @@ -595,6 +595,7 @@ namespace Catch { | ||||
| #include <sstream> | ||||
| #include <iomanip> | ||||
| #include <limits> | ||||
| #include <vector> | ||||
|  | ||||
| #ifdef __OBJC__ | ||||
| // #included from: catch_objc_arc.hpp | ||||
| @@ -4629,12 +4630,13 @@ namespace Catch { | ||||
|                         std::cout << nameCol; | ||||
|                     } | ||||
|                     if( i < tagsWrapper.size() && !tagsWrapper[i].empty() ) { | ||||
|                         size_t padLen( maxNameLen > nameCol.size() ? maxNameLen - nameCol.size() : 0 ); | ||||
|                         if( i == 0 ) { | ||||
|                             Colour colourGuard( Colour::SecondaryText ); | ||||
|                             std::cout << "  " << std::string( maxNameLen - nameCol.size(), '.' ) << "  "; | ||||
|                             std::cout << "  " << std::string( padLen, '.' ) << "  "; | ||||
|                         } | ||||
|                         else { | ||||
|                             std::cout << std::string( maxNameLen - nameCol.size(), ' ' ) << "    "; | ||||
|                             std::cout << std::string( padLen, ' ' ) << "    "; | ||||
|                         } | ||||
|                         std::cout << tagsWrapper[i]; | ||||
|                     } | ||||
| @@ -6371,7 +6373,7 @@ namespace Catch { | ||||
| namespace Catch { | ||||
|  | ||||
|     // These numbers are maintained by a script | ||||
|     Version libraryVersion( 1, 0, 11, "master" ); | ||||
|     Version libraryVersion( 1, 0, 12, "master" ); | ||||
| } | ||||
|  | ||||
| // #included from: catch_text.hpp | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash