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
which 1. does not end in a semicolon 2. does not have argc/argv unlike the regular parse call, 3. does not assign its result to anything. My best guess
auto kwresult = options.parse_positional( {"foo"} );
has "incomplete type" according to gcc.
Please clarify.
The text was updated successfully, but these errors were encountered:
The parse_positional function sets options as being positional, it doesn't actually parse anything by itself. I will clarify the explanation and maybe change its name too.
The readme is very inadequate. There is a line
which 1. does not end in a semicolon 2. does not have argc/argv unlike the regular parse call, 3. does not assign its result to anything. My best guess
has "incomplete type" according to gcc.
Please clarify.
The text was updated successfully, but these errors were encountered: