stsievert / swix

Swift Matrix Library
http://docs.stsievert.com/swix/
MIT License
593 stars 54 forks source link

__conversion functions are no longer allowed #5

Closed torb closed 10 years ago

torb commented 10 years ago

After they released the final release of Swift, this is no longer allowed. There are lots of them in swix, so it no longer builds. See https://devforums.apple.com/message/1011396#1011396

stsievert commented 10 years ago

This was part of seivan/ScalarArithmetic which broke in beta 6 or so. I've since taken seivan/ScalarArithmetic out and it should compile; I can't find any __conversion functions. I should probably include it again but have taken care of most of it in swix/numbers.swift with new definitions for the / operator.