Skip to content

Commit 5a96b09

Browse files
committed
std::isinf
1 parent 55a2686 commit 5a96b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flux.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ namespace Flux {
717717
if (num_pad >= num_extra_padding) {
718718
break;
719719
}
720-
if (isinf(mask_data[i])) {
720+
if (std::isinf(mask_data[i])) {
721721
mask_data[i] = 0;
722722
++num_pad;
723723
}

0 commit comments

Comments
 (0)