Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2eafd97

Browse files
committed
Update args.h
1 parent8e67cee commit2eafd97

File tree

1 file changed

+1
-3
lines changed
  • buildcc/lib/args/include/args

1 file changed

+1
-3
lines changed

‎buildcc/lib/args/include/args/args.h‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,13 @@ class Args {
9393
private:
9494
classInstance {
9595
public:
96-
Instance() =default;
97-
9896
/**
9997
* @brief Parse command line information to CLI11
10098
*
10199
* @param argc from int main(int argc, char ** argv)
102100
* @param argv from int main(int argc, char ** argv)
103101
*/
104-
voidParse(int argc,constchar *const *argv);
102+
staticvoidParse(int argc,constchar *const *argv);
105103

106104
/**
107105
* @brief Add toolchain with a unique name and description

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp