mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Remove leftover commented out lines
This commit is contained in:
		| @@ -41,18 +41,12 @@ namespace Matchers { | |||||||
|  |  | ||||||
|     } // namespace Floating |     } // namespace Floating | ||||||
|  |  | ||||||
|  |     // The following functions create the actual matcher objects. | ||||||
|  |     // This allows the types to be inferred | ||||||
|     Floating::WithinUlpsMatcher WithinULP(double target, int maxUlpDiff); |     Floating::WithinUlpsMatcher WithinULP(double target, int maxUlpDiff); | ||||||
|     Floating::WithinUlpsMatcher WithinULP(float target, int maxUlpDiff); |     Floating::WithinUlpsMatcher WithinULP(float target, int maxUlpDiff); | ||||||
|     Floating::WithinAbsMatcher WithinAbs(double target, double margin); |     Floating::WithinAbsMatcher WithinAbs(double target, double margin); | ||||||
|  |  | ||||||
|     // The following functions create the actual matcher objects. |  | ||||||
|     // This allows the types to be inferred |  | ||||||
|  |  | ||||||
| //    StdString::EqualsMatcher Equals( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ); |  | ||||||
| //    StdString::ContainsMatcher Contains( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ); |  | ||||||
| //    StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ); |  | ||||||
| //    StdString::StartsWithMatcher StartsWith( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ); |  | ||||||
|  |  | ||||||
| } // namespace Matchers | } // namespace Matchers | ||||||
| } // namespace Catch | } // namespace Catch | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský