We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33952c8 commit 79ede2cCopy full SHA for 79ede2c
1 file changed
src/Utilities/copy.jl
@@ -44,13 +44,13 @@ function _pass_attribute(
44
dest::MOI.ModelLike,
45
src::MOI.ModelLike,
46
index_map,
47
- ::MOI.ConstraintFunction{F},
48
-) where {F}
+ ::MOI.ConstraintFunction,
+)
49
return _pass_attribute(
50
dest,
51
src,
52
53
- UnsafeConstraintFunction{F}(),
+ UnsafeConstraintFunction(),
54
)
55
end
56
0 commit comments