SetAlgebra conformance errors

This commit is contained in:
Maxim Moiseev
2016-07-26 21:29:31 +03:00
parent 4595052022
commit 6ccc6ae490
12 changed files with 142 additions and 141 deletions

View File

@@ -220,7 +220,7 @@ public struct _StringCore {
/// Are we using an `NSString` for storage?
public var hasCocoaBuffer: Bool {
return Int((_countAndFlags << 1)._storage) < 0
return Int((_countAndFlags << 1)._value) < 0
}
public var startASCII: UnsafeMutablePointer<UTF8.CodeUnit> {