mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Remove leftover commented out lines
This commit is contained in:
parent
0b1f1b1003
commit
5f961af70e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user