- Implemented the shell of E9::eval. - Stubbed out operator_xxx helper methods.
@@ -37,6 +37,12 @@
class Arg
{
public:
Arg ()
: _raw ("")
, _category ("")
}
Arg (
const std::string& raw,
const std::string& category)
The note is not visible to the blocked user.