We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3c50e commit 14f9014Copy full SHA for 14f9014
src/goto-cc/ms_cl_cmdline.h
@@ -19,6 +19,7 @@ Date: June 2006
19
class ms_cl_cmdlinet:public goto_cc_cmdlinet
20
{
21
public:
22
+ using cmdlinet::parse;
23
virtual bool parse(int, const char **);
24
25
ms_cl_cmdlinet()
src/goto-cc/ms_link_cmdline.h
@@ -19,6 +19,7 @@ Date: July 2018
class ms_link_cmdlinet : public goto_cc_cmdlinet
ms_link_cmdlinet()
0 commit comments