s/LogicValueType/BooleanType/

We're moving toward using that protocol for straight-up Bool types

Swift SVN r19884
This commit is contained in:
Dave Abrahams
2014-07-12 18:58:18 +00:00
parent 6d1095f44e
commit cbcf9aba21
47 changed files with 100 additions and 100 deletions

View File

@@ -1154,7 +1154,7 @@ namespace index_block {
ArrayBoundType = 1,
SequenceType,
// killed
LogicValueType = 4,
BooleanType = 4,
ArrayLiteralConvertible,
BooleanLiteralConvertible,