-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
When declaring a function, it is possible to flag it as virtual, const, etc. before the ->.
It is not possible to declare a inline or static function this way and instead one has to use -> (inline float) f.e.
I think it would be nice to add static and inline to the list of possible function types before the -> imo.