CLI2: Ctor/dtors enabled.

This commit is contained in:
Paul Beckingham 2015-06-13 13:53:35 -04:00
parent 5602413acd
commit 96493db047
2 changed files with 4 additions and 2 deletions

View file

@ -297,11 +297,12 @@ void CLI2::applyOverrides (int argc, const char** argv)
}
}
/*
////////////////////////////////////////////////////////////////////////////////
CLI2::CLI2 ()
/*
: _strict (false)
, _terminated (false)
*/
{
}
@ -310,6 +311,7 @@ CLI2::~CLI2 ()
{
}
/*
////////////////////////////////////////////////////////////////////////////////
void CLI2::alias (const std::string& name, const std::string& value)
{