Skip to content

Commit 57c3e19

Browse files
jalveszjvdp1
andauthored
Update src/stdlib_str2num.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent a18f358 commit 57c3e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_str2num.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
module stdlib_str2num
2626
use stdlib_kinds, only: sp, dp, qp, int8, int16, int32, int64
27-
use ieee_arithmetic
27+
use, intrinsic:: ieee_arithmetic, only: ieee_value, ieee_positive_inf, ieee_quiet_nan
2828
implicit none
2929
private
3030
public :: to_num, to_num_p

0 commit comments

Comments
 (0)