Replies: 1 comment 1 reply
-
In #522 I am still waiting a little bit on the go/no-go from Herb. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are a couple of issues, #522 and #322, that discuss the subject topic, but it is unclear to me what is the stance with regards to it. The latter broached
static
in general but was closed (with a "perhaps we'll reopen it"). The former is open but veers in various directions without clarity.As I understand, static member functions are supported: you just have to declare a function without a
this
parameter. However, I believe many static member functions are written as accessors for static data members, so if the latter can't be declared you are forced to declare/define the entire class with cpp1 syntax, is it not?Beta Was this translation helpful? Give feedback.
All reactions