Skip to content

Commit 36725dd

Browse files
authored
Use Expr instead of parse for public compat
1 parent 92abea3 commit 36725dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MatrixAlgebraKit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export LAPACK_HouseholderQR, LAPACK_HouseholderLQ,
3131
export truncrank, trunctol, truncabove, TruncationKeepSorted, TruncationKeepFiltered
3232

3333
VERSION >= v"1.11.0-DEV.469" &&
34-
eval(Meta.parse("public default_algorithm, select_algorithm"))
34+
eval(Expr(:public, :default_algorithm, :select_algorithm))
3535

3636
include("common/defaults.jl")
3737
include("common/initialization.jl")

0 commit comments

Comments
 (0)