From 3299627e413cb6c9e7069e12befd3bbe302c1b1e Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 24 May 2017 22:55:48 +0200 Subject: [PATCH] add support for the getFunctionVariadicStyle trait --- src/common/constants.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/constants.d b/src/common/constants.d index ec6bcdf..56a27ce 100644 --- a/src/common/constants.d +++ b/src/common/constants.d @@ -54,6 +54,7 @@ immutable string[] traits = [ "getAliasThis", "getAttributes", "getFunctionAttributes", + "getFunctionVariadicStyle", "getLinkage", "getMember", "getOverloads",