ITADN

`Vararg` deprecation warnings

#181Openakirakyle 创建于 2024-12-05
A
akirakylecommented
During precompilation ``` ┌ QuantumOpticsBase │ WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead). │ You may need to write `f(x::Vararg{T})` rather than `f(x::Vararg{<:T})` or `f(x::Vararg{T}) where ```
0 条评论