Skip to content

Commit 9c34591

Browse files
author
Gaika
authored
.' operator is gone in Julia 1.0
julia> [1 2].' ERROR: syntax: the ".'" operator is discontinued
1 parent e8bd6b1 commit 9c34591

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ function resyntax(ex)
388388
getindex(x_, i__) => :($x[$(i...)])
389389
tuple(xs__) => :($(xs...),)
390390
ctranspose(x_) => :($x')
391-
transpose(x_) => :($x.')
392391
_ => x
393392
end
394393
end

0 commit comments

Comments
 (0)