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
The pcp::pmda class should provide an appropriate override point (or points) for devived classes to implement custom CLI config handling. Perhaps something like: virtual bool configure(boost::program_options::variable_map &options)
The text was updated successfully, but these errors were encountered:
The
pcp::pmda
class should provide an appropriate override point (or points) for devived classes to implement custom CLI config handling. Perhaps something like:virtual bool configure(boost::program_options::variable_map &options)
The text was updated successfully, but these errors were encountered: