mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	| @@ -354,7 +354,7 @@ namespace Generators { | ||||
|     template<typename L> | ||||
|     // Note: The type after -> is weird, because VS2015 cannot parse | ||||
|     //       the expression used in the typedef inside, when it is in | ||||
|     //       return type. Yeah, ¯\_(ツ)_/¯ | ||||
|     //       return type. Yeah. | ||||
|     auto generate( SourceLineInfo const& lineInfo, L const& generatorExpression ) -> decltype(std::declval<decltype(generatorExpression())>().get()) { | ||||
|         using UnderlyingType = typename decltype(generatorExpression())::type; | ||||
|  | ||||
|   | ||||
| @@ -245,7 +245,7 @@ public: | ||||
|         case Unit::Nanoseconds: | ||||
|             return "ns"; | ||||
|         case Unit::Microseconds: | ||||
|             return "µs"; | ||||
|             return "us"; | ||||
|         case Unit::Milliseconds: | ||||
|             return "ms"; | ||||
|         case Unit::Seconds: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský