File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 84
84
$(LI $(LINK2 #destructors, Destructors))
85
85
$(LI $(LINK2 #StaticConstructor, Static Constructors))
86
86
$(LI $(LINK2 #StaticDestructor, Static Destructors))
87
- $(LI $(LINK2 # SharedStaticConstructor, Shared Static Constructors) )
88
- $(LI $(LINK2 # SharedStaticDestructor, Shared Static Destructors) )
87
+ $(LI $(GLINK SharedStaticConstructor)s )
88
+ $(LI $(GLINK SharedStaticDestructor)s )
89
89
$(LI $(LINK2 #invariants, Class Invariants))
90
90
$(LI $(LINK2 unittest.html#unittest, Unit Tests))
91
91
$(LI $(LINK2 #allocators, Class Allocators))
Original file line number Diff line number Diff line change @@ -170,15 +170,15 @@ $(V2
170
170
$(YES)
171
171
)
172
172
$(TR
173
- $(TD $(LINK2 class.html#SharedStaticConstructor, shared static constructors) )
173
+ $(TD $(GLINK2 class, SharedStaticConstructor)s )
174
174
$(YES)
175
175
$(YES)
176
176
$(NO)
177
177
$(NO)
178
178
$(NO)
179
179
)
180
180
$(TR
181
- $(TD $(LINK2 class.html#SharedStaticDestructor, shared static destructors) )
181
+ $(TD $(GLINK2 class, SharedStaticDestructor)s )
182
182
$(YES)
183
183
$(YES)
184
184
$(NO)
You can’t perform that action at this time.
0 commit comments