Closed zhongjingjogy closed 6 years ago
A similar issue is reported here.
It is suggested that
(std::min)(a, b); // added parentheses around function name (std::max)(a, b);
I would prefer std::min<Dtype> then. Does #define NOMINMAX work for you?
std::min<Dtype>
#define NOMINMAX
fixed in ec0a32e1ce3d299157e94b82a88a5530c5a93502
A similar issue is reported here.
It is suggested that