Cube  Check-in [5bca00e8e2]

Overview
Comment:Remove OF_DIRECT_MEMBERS from category

It makes Clang crash when using the ObjFW runtime.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5bca00e8e24cf0b6bc25344c1ab6436a684f82b01558d4dcbba504747ad294f3
User & Date: js on 2025-03-26 21:44:17
Other Links: manifest | tags
Context
2025-03-26
21:47
Run newer version of clang-format check-in: cc7ebd7f79 user: js tags: trunk
21:44
Remove OF_DIRECT_MEMBERS from category check-in: 5bca00e8e2 user: js tags: trunk
2025-03-25
23:52
Make use of OF_DIRECT check-in: 7a98b92af9 user: js tags: trunk
Changes

Modified src/OFString+Cube.h from [b072f71c1a] to [68d220125c].

1
2
3
4
5
6
7
8
9
#import <ObjFW/ObjFW.h>

OF_DIRECT_MEMBERS
@interface
OFString (Cube)
@property (readonly, nonatomic) int cube_intValue;

- (int)cube_intValueWithBase:(unsigned char)base;
@end


<






1
2

3
4
5
6
7
8
#import <ObjFW/ObjFW.h>


@interface
OFString (Cube)
@property (readonly, nonatomic) int cube_intValue;

- (int)cube_intValueWithBase:(unsigned char)base;
@end