mirror of
https://github.com/catchorg/Catch2.git
synced 2026-04-29 10:13:30 +02:00
enclosed more min/ max in parentheses to default MFC macros
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
namespace Catch {
|
||||
namespace Detail {
|
||||
|
||||
double max(double lhs, double rhs) {
|
||||
double dmax(double lhs, double rhs) {
|
||||
if (lhs < rhs) {
|
||||
return rhs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user