Skip to content

Commit

Permalink
Update src/implementations/BigFloat.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 10, 2024
1 parent be48c0b commit aa0fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/implementations/BigFloat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

mutability(::Type{BigFloat}) = IsMutable()

@static if VERSION >= v"1.12"
@static if VERSION >= v"1.12.0-DEV.1343"
function mutable_copy(x::BigFloat)
return Base.MPFR._BigFloat(copy(getfield(x, :d)))
end
Expand Down

0 comments on commit aa0fa69

Please sign in to comment.