Skip to content

Commit 50217c1

Browse files
committed
adapt public keyword to julia 1.10
1 parent 105e369 commit 50217c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/HybridVariationalInference.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ using Test: Test # @inferred
2323

2424
export DoubleMM
2525

26-
#? how to reexport public CommonSolve.solve
27-
2826
export extend_stacked_nrow, StackedArray
29-
public Exp
27+
#public Exp
28+
#julia 1.10 public: https://github.com/JuliaLang/julia/pull/55097
29+
VERSION >= v"1.11.0-DEV.469" && eval(Meta.parse("public Exp"))
3030
include("bijectors_utils.jl")
3131

3232
export AbstractComponentArrayInterpreter, ComponentArrayInterpreter,

0 commit comments

Comments
 (0)