latest OSX patches

This commit is contained in:
Jenster 2015-11-20 08:10:59 -08:00
parent 47328a4ec9
commit 699299ae8a
7 changed files with 28 additions and 8 deletions

View file

@ -141,9 +141,15 @@ namespace
inline OptionHolder(char s,
const char* l,
const char* desc);
#ifdef __APPLE__
friend OptionHolder help(char s,
const char* l,
const char* desc);
#else
friend OptionHolder help(char s='h',
const char* l="help",
const char* desc="Display this help");
#endif
private:
std::string shortName_;
std::string longName_;