File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,6 @@ void foo(B b)
161
161
without the subclasses needing to recompile or relink.
162
162
)
163
163
164
- $(H3 $(LNAME2 field_properties, Field Properties))
165
-
166
- $(P The $(D .offsetof) property gives the offset in bytes of the field
167
- from the beginning of the class instantiation.
168
- `.offsetof` is not available for fields of `extern(Objective-C)` classes
169
- due to their fields having a dynamic offset.
170
- )
171
164
172
165
$(H2 $(LNAME2 class_properties, Class Properties))
173
166
@@ -226,6 +219,16 @@ $(H3 $(LNAME2 hidden-fields, Accessing Hidden Fields))
226
219
should not be used in user code.
227
220
)
228
221
222
+ $(H3 $(LNAME2 field_properties, Field Properties))
223
+
224
+ $(P The $(D .offsetof) property gives the offset in bytes of the field
225
+ from the beginning of the class instantiation.
226
+ )
227
+ $(NOTE `.offsetof` is not available for fields of `extern(Objective-C)` classes
228
+ due to their fields having a dynamic offset.
229
+ )
230
+
231
+
229
232
$(H2 $(LNAME2 member-functions, Member Functions (a.k.a. Methods)))
230
233
231
234
$(P Non-static member functions have an extra hidden parameter
You can’t perform that action at this time.
0 commit comments