Differences From Artifact [fd9f446d87]:
- File src/OFMutableSet.m — part of check-in [f50d7da785] at 2016-06-05 20:27:27 on branch trunk — Add +[OFMutableSet setWithCapacity:] (user: js, size: 3597) [annotate] [blame] [check-ins using]
To Artifact [3c0b71dcbf]:
- File src/OFMutableSet.m — part of check-in [13f4c6c678] at 2016-09-12 00:27:14 on branch trunk — Add OF_DEALLOC_UNSUPPORTED macro (user: js, size: 3541) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
96 97 98 99 100 101 102 | - (void)release { } - (void)dealloc { | < | < < | 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | - (void)release { } - (void)dealloc { OF_DEALLOC_UNSUPPORTED } @end @implementation OFMutableSet + (void)initialize { if (self == [OFMutableSet class]) |
︙ | ︙ |