You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is where it's handled, but it seems that a default argument like SomeType foo = {} in a function declaration is not recognized correctly by doxylink. This is the diagnostic message I get:
Skipping function ndn::Interest::Interest(const Name &name={}, time::milliseconds lifetime=DEFAULT_INTEREST_LIFETIME). Error reported from parser was: Expected ')', found '=' (at char 17), (line:1, col:18)
The text was updated successfully, but these errors were encountered:
Not sure if this is where it's handled, but it seems that a default argument like
SomeType foo = {}
in a function declaration is not recognized correctly by doxylink. This is the diagnostic message I get:The text was updated successfully, but these errors were encountered: