Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions include/argparse.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ namespace argparse
std::map<std::string, Value, std::less<>> m_parameters;
};

private:
struct Token
{
std::string m_token;
Expand Down Expand Up @@ -1260,11 +1259,9 @@ namespace argparse
}
};

private:
using argument_uptr = std::unique_ptr<Argument>;
using argument_uptrs = std::vector<argument_uptr>;

private:
class Formatter
{
public:
Expand Down Expand Up @@ -1652,7 +1649,6 @@ namespace argparse
Options m_options;
};

private:
argument_uptrs m_arguments;
optstring m_prog;
optstring m_usage;
Expand Down