'deallocate(capacity:)' is deprecated
Opened this issue · 1 comments
Deleted user commented
'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
Base32.swift Line 227 and 230
This applies for Swift 4, Xcode 9.3
norio-nomura commented
Thanks for reports!
fixed on #36