[stdlib] revert r18764.

Swift SVN r18765
This commit is contained in:
Manman Ren
2014-06-10 00:13:41 +00:00
parent cc90c81239
commit aec78d0693
6 changed files with 8 additions and 16 deletions

View File

@@ -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) {