stdlib: underscore-prefix MaxBuiltinIntegerType and MaxBuiltinFloatType

Swift SVN r20388
This commit is contained in:
Dmitri Hrybenko
2014-07-23 11:40:45 +00:00
parent 37cd51b76a
commit 2b5d0166c5
4 changed files with 8 additions and 8 deletions

View File

@@ -178,7 +178,7 @@ public protocol NilLiteralConvertible {
public protocol _BuiltinIntegerLiteralConvertible {
class func _convertFromBuiltinIntegerLiteral(
value: MaxBuiltinIntegerType) -> Self
value: _MaxBuiltinIntegerType) -> Self
}
public protocol IntegerLiteralConvertible {
@@ -188,7 +188,7 @@ public protocol IntegerLiteralConvertible {
public protocol _BuiltinFloatLiteralConvertible {
class func _convertFromBuiltinFloatLiteral(
value: MaxBuiltinFloatType) -> Self
value: _MaxBuiltinFloatType) -> Self
}
public protocol FloatLiteralConvertible {