mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] revert r18764.
Swift SVN r18765
This commit is contained in:
@@ -57,7 +57,7 @@ struct ContiguousArrayBuffer<T> : ArrayBufferType, LogicValue {
|
||||
_base = HeapBuffer(
|
||||
ContiguousArrayStorage<T>.self,
|
||||
_ArrayBody(),
|
||||
max2(count, minimumCapacity))
|
||||
max(count, minimumCapacity))
|
||||
|
||||
var bridged = false
|
||||
if _canBeClass(T.self) {
|
||||
|
||||
Reference in New Issue
Block a user