We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60e972 commit b579ac4Copy full SHA for b579ac4
spec/pragma.dd
@@ -152,7 +152,7 @@ $(H3 $(LNAME2 crtctor, $(D pragma crt_constructor)))
152
153
$(H3 $(LNAME2 crtdtor, $(D pragma crt_destructor)))
154
155
- $(P `pragma(crt_destructor)` works the same as `pragma(crt_destructor)` except:)
+ $(P `pragma(crt_destructor)` works the same as `pragma(crt_constructor)` except:)
156
157
$(P Annotates a function so it is run after the D runtime library is terminated
158
and before the C runtime library is terminated.
0 commit comments