File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -470,6 +470,8 @@ $(GNAME TraitsKeyword):
470
470
$(TRAITS_LINK2 isArithmetic)
471
471
$(TRAITS_LINK2 isAssociativeArray)
472
472
$(TRAITS_LINK2 isFinalClass)
473
+ $(TRAITS_LINK2 isFuture)
474
+ $(TRAITS_LINK2 isDeprecated)
473
475
$(TRAITS_LINK2 isPOD)
474
476
$(TRAITS_LINK2 isNested)
475
477
$(TRAITS_LINK2 isFloating)
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ $(GNAME TraitsKeyword):
25
25
$(GBLINK isPOD)
26
26
$(GBLINK isNested)
27
27
$(GBLINK isFuture)
28
+ $(GBLINK isDeprecated)
28
29
$(GBLINK isFloating)
29
30
$(GBLINK isIntegral)
30
31
$(GBLINK isScalar)
@@ -201,6 +202,11 @@ $(H2 $(GNAME isFuture))
201
202
marked with the `@future` keyword, otherwise `false`. Currently, only
202
203
functions and variable declarations have support for the `@future` keyword.)
203
204
205
+ $(H2 $(GNAME isDeprecated))
206
+
207
+ $(P Takes one argument. It returns `true` if the argument is a symbol
208
+ marked with the `deprecated` keyword, otherwise `false`.)
209
+
204
210
$(H2 $(GNAME isVirtualFunction))
205
211
206
212
$(P The same as $(GLINK isVirtualMethod), except
You can’t perform that action at this time.
0 commit comments